IWebPageRequestExecutor.Execute(WebPage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the code on the specified web page.
public bool Execute (System.Web.WebPages.WebPage page);
abstract member Execute : System.Web.WebPages.WebPage -> bool
Public Function Execute (page As WebPage) As Boolean
Parameters
- page
- WebPage
The web page.
Returns
true if the executor took over execution of the web page; otherwise, false.