WebRequestModuleElement.Prefix プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の Web 要求モジュールに対する URI プレフィックスを取得または設定します。
public:
property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("prefix", IsKey=true, IsRequired=true)]
public string Prefix { get; set; }
[<System.Configuration.ConfigurationProperty("prefix", IsKey=true, IsRequired=true)>]
member this.Prefix : string with get, set
Public Property Prefix As String
プロパティ値
URI プレフィックスを含んでいる文字列。
- 属性
注釈
.NET Framework バージョン 2.0 には、次のプレフィックスを持つリソースの要求を作成する Web 要求モジュールが用意されています。
HTTP
HTTPS
FTP
FILE