Share via


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)

Syntax

'Declaration
Public Interface IWebPageRequestExecutor
'Usage
Dim instance As IWebPageRequestExecutor
public interface IWebPageRequestExecutor
public interface class IWebPageRequestExecutor
type IWebPageRequestExecutor =  interface end
public interface IWebPageRequestExecutor

The IWebPageRequestExecutor type exposes the following members.

Methods

  Name Description
Public method Execute Executes the code on the specified web page.

Top

Remarks

This class can be used to implement features like Ajax callback methods on the page.

See Also

Reference

System.Web.WebPages Namespace