UriBuilder.Scheme 속성

정의

URI의 체계 이름을 가져오거나 설정합니다.

public:
 property System::String ^ Scheme { System::String ^ get(); void set(System::String ^ value); };
public string Scheme { get; set; }
member this.Scheme : string with get, set
Public Property Scheme As String

속성 값

URI의 체계입니다.

예외

스키마를 잘못된 스키마 이름으로 설정할 수 없습니다.

설명

SET 접근자는 RFC 2396에 따라 스키마 이름의 유효성을 검사합니다. 스키마 이름은 문자로 시작해야 하며 문자, 숫자 및 문자 ".", "+" 또는 "-"만 포함해야 합니다.

적용 대상

추가 정보