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