Extending Page: Adding Metadata and Stylesheet management
February 5, 2009 1 comment
Adding simple metadata and stylesheet management to the Page class.
Adding simple metadata and stylesheet management to the Page class.
ASP.NET is primarily concerned with “virtual paths”, the portion of the path following the hostname or port number. When working with ASP.NET, you must understand the following types of URIs thoroughly, and know how they are handled by ASP.NET and the browser.
Casing and URL encoding add significant complexity to the jobs IIS and ASP.NET must perform. ASP.NET automatically decodes and lowercases the scheme, host, and port. The Path (and PathInfo) portions are decoded, but case is not changed.