Tag Archive | "ASP.NET"

Extending Page: Adding Metadata and Stylesheet management

Adding simple metadata and stylesheet management to the Page class.

Types of ASP.NET paths

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.

Incoming request paths

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.