HttpServerUtilityWrapper::Execute Method (String^)

 

Executes the handler for the specified virtual path in the context of the current process.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Execute(
	String^ path
) override

Parameters

path
Type: System::String^

The URL of the handler to execute.

Exception Condition
HttpException

The current HttpContext object is null.

- or -

An error occurred when the handler specified by path was executed.

ArgumentNullException

path is null.

- or -

path is not a virtual path.

.NET Framework
Available since 3.5
Return to top
Show: