ASP.NET Tutorial/Configuration/urlMappings
Версия от 15:30, 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>