다음을 통해 공유


UrlIdentityPermission.Url 속성

정의

인터넷 코드의 ID를 나타내는 URL을 가져오거나 설정합니다.

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

속성 값

String

인터넷 코드의 ID를 나타내는 URL입니다.

예외

모호한 ID가 있어 URL을 검색할 수 없는 경우

설명

프로토콜(HTTP, HTTPS, FTP) 및 파일을 포함하여 전체 URL을 고려합니다. 예를 들면 다음과 http://www.fourthcoffee.com/process/grind.htm/같습니다.

URL은 정확히 일치하거나 마지막 위치의 와일드카드로 일치시킬 수 있습니다. 예를 들면 다음과 http://www.fourthcoffee.com/process/*같습니다.

적용 대상