ASP.NET Tutorial/Configuration/urlMappings

Материал из .Net Framework эксперт
Перейти к: навигация, поиск

Mapping URLs using the <urlMappings> element

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