Share via


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 、構成ファイルの Url セクション内の要素の add 属性に相当する urlMappings プログラムです。

適用対象

こちらもご覧ください