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