UrlMapping.Url 属性

定义

获取向用户显示的 URL。

public:
 property System::String ^ Url { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("url", IsKey=true, IsRequired=true)]
public string Url { get; }
[<System.Configuration.ConfigurationProperty("url", IsKey=true, IsRequired=true)>]
member this.Url : string
Public ReadOnly Property Url As String

属性值

向用户显示的 URL。

属性

示例

有关示例,请参阅 UrlMapping 类概述。

注解

Url属性是配置文件节中Url元素的属性的add编程等效项urlMappings

适用于

另请参阅