WebRequestModuleElement.Prefix プロパティ

定義

現在の 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

適用対象