UrlMapping.Url 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得顯示給使用者的網址。
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
屬性值
顯示給使用者的網址。
- 屬性
範例
舉例來說,請參考 UrlMapping 職業概述。
備註
此 Url 屬性是設定檔中元素屬性的程式化等價 UrladdurlMappings 物。