skip to main |
skip to sidebar
URL rewriting is the process of intercepting an incoming Web request and automatically redirecting it to a different URL.
www.codecollege.NET
Web Content Accessibility Guidelines.
www.codecollege.NET
The Web Content Accessibility Guidelines (WCAG) documents explain how to make Web content accessible to people with disabilities.
www.codecollege.NET
By using the attribute personalization-enabled as given in the below example,
<asp:webpartmanager runat="server" id="wpm1"
personalization-enabled="false" />
www.codecollege.NET
Ctrl + R , Ctrl + T
www.codecollege.NET
If you want routing to handle all requests, even requests that point to files, you can overwrite the default behavior by setting the RouteExistingFiles property of the RouteCollection object to true. When you set this value to true, all requests that match a defined pattern are handled by routing.
www.codecollege.NET
The URL patterns that you define are known as routes.
www.codecollege.NET
ASP.NET routing enables you to use URLs that do not have to map to specific files in a Web site. Because the URL does not have to map to a file, you can use URLs in a Web application that are descriptive of the user's action and therefore more easily understood by users.
www.codecollege.NET
It is .NET Application Modeling Language, pronounced as “namel” is a visual modeling semantics to model .net applications with wide range of specific details. It contains extremely powerful visual notations and semantics to illustrate complex application components, processes and operations easily.
www.codecollege.NET