IWebPageRequestExecutor.Execute(WebPage) Method

Definition

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.

Applies to