WebPage.RegisterPageExecutor(IWebPageRequestExecutor) 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.
Adds a class to a list of classes that handle page execution and that implement custom features for pages.
public static void RegisterPageExecutor (System.Web.WebPages.IWebPageRequestExecutor executor);
static member RegisterPageExecutor : System.Web.WebPages.IWebPageRequestExecutor -> unit
Public Shared Sub RegisterPageExecutor (executor As IWebPageRequestExecutor)
Parameters
- executor
- IWebPageRequestExecutor
The class to add.