共用方式為


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

適用於