Mapping URLs using the element : urlMappings « Configuration « ASP.NET Tutorial






<configuration>
    
    
   <system.web>
    
    
   <urlMappings>
      <add url="~/Content.aspx" mappedUrl="~/SystemNews.aspx?categoryid=5" />
   </urlMappings>
    
   </system.web>
    
</configuration>








16.31.urlMappings
16.31.1.Mapping URLs using the element