Executes a new request (using the specified URL path as the target). Unlike the Transfer method, execution of the original page continues after the executed page completes.
[Visual Basic] Public Sub Execute( _ ByVal path As String _ ) [C#] public void Execute( string path ); [C++] public: void Execute( String* path ); [JScript] public function Execute( path : String );
HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace