[To be supplied.]
[Visual Basic] Public Shared Function GetCompiledWebHandlerType( _ ByVal inputFile As String, _ ByVal context As HttpContext _ ) As Type [C#] public static Type GetCompiledWebHandlerType( string inputFile, HttpContext context ); [C++] public: static Type* GetCompiledWebHandlerType( String* inputFile, HttpContext* context ); [JScript] public static function GetCompiledWebHandlerType( inputFile : String, context : HttpContext ) : Type;
SimpleWebHandlerParser Class | SimpleWebHandlerParser Members | System.Web.UI Namespace