This documentation is archived and is not being maintained.
IWebPageRequestExecutor Interface
Defines methods to implement an executor class that can execute the code on a web page.
Namespace:
System.Web.WebPages Assembly:
System.Web.WebPages (in System.Web.WebPages.dll)
public interface IWebPageRequestExecutor
The IWebPageRequestExecutor type exposes the following members.
|
| Name | Description |
|---|
 | Execute | Executes the code on the specified web page. |
TopThis class can be used to implement features like Ajax callback methods on the page.