다음을 통해 공유


WebRequestModuleElement.Prefix 속성

정의

현재 웹 요청 모듈에 대한 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에는 다음 접두사를 사용 하 여 리소스에 대 한 요청을 만들기는 웹 요청 모듈을 제공 합니다.

  • HTTP

  • HTTPS

  • FTP

  • FILE

적용 대상