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

PageParser() public method

public PageParser ( ) : System.Collections
return System.Collections
		public PageParser ()
		{
			LoadConfigDefaults ();
		}
		

Same methods

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