System.Web.UI.SimpleWebHandlerParser.SimpleWebHandlerParser C# (CSharp) Method

SimpleWebHandlerParser() protected method

protected SimpleWebHandlerParser ( HttpContext context, string virtualPath, string physicalPath ) : System.CodeDom.Compiler
context System.Web.HttpContext
virtualPath string
physicalPath string
return System.CodeDom.Compiler
		protected SimpleWebHandlerParser (HttpContext context, string virtualPath, string physicalPath)
		: this (context, virtualPath, physicalPath, null)
		{}
		

Same methods

SimpleWebHandlerParser::SimpleWebHandlerParser ( HttpContext context, string virtualPath, string physicalPath, TextReader reader ) : System.CodeDom.Compiler