UrlMapping.Url 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得顯示給使用者的 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 是組態檔 區段中專案 add
urlMappings
屬性的程式設計對等 Url
專案。