| |||||||||||||||||||
<urlMappings> SectionASP.NET Syntax ASP.NET Configuration Sections Defines a mapping that hides the real URL and maps it to a more user-friendly URL. <urlMappings enabled = "true | false"> <add ... /> <clear /> <remove ... /> </urlMappings> Attributes and ElementsThe following sections describe attributes, child elements, and parent elements. Attributes
Child Elements
Parent Elements
Default ConfigurationThe following default urlMappings element is configured in the root Web.config file in the .NET Framework version 2.0. <urlMappings enabled = "true" /> ExampleThe following example configures the urlMappings element for an ASP.NET application. <urlMappings enabled = "true"> <clear /> <add url = "~/Home.aspx" mappedUrl = "~/Default.aspx?tab=home" /> <remove url = "~/Home2.aspx" /> </urlMappings> See AlsoASP.NET Configuration UrlMappingsSection Class UrlMapping Class UrlMappingCollection Class |
| ||||||||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme