ASP.NET Tutorial/Configuration/urlMappings — различия между версиями

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

Текущая версия на 11:57, 26 мая 2010

Mapping URLs using the <urlMappings> element

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