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

PageParser() private method

private PageParser ( VirtualPath virtualPath, TextReader reader, HttpContext context ) : System.Collections
virtualPath VirtualPath
reader TextReader
context HttpContext
return System.Collections
		internal PageParser (VirtualPath virtualPath, TextReader reader, HttpContext context)
			: this (virtualPath, null, reader, context)
		{
		}
		

Same methods

PageParser::PageParser ( ) : System.Collections
PageParser::PageParser ( VirtualPath virtualPath, string inputFile, TextReader reader, HttpContext context ) : System.Collections
PageParser::PageParser ( string virtualPath, string inputFile, HttpContext context ) : System.Collections