共用方式為


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

屬性值

String

顯示給使用者的 URL。

屬性

範例

如需範例,請參閱 類別概 UrlMapping 觀。

備註

屬性 Url 是組態檔 區段中專案 add urlMappings 屬性的程式設計對等 Url 專案。

適用於

另請參閱