다음을 통해 공유


UrlIdentityPermissionAttribute.Url 속성

정의

호출 코드의 전체 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

속성 값

호스트에서 지정한 URL과 일치하는 URL입니다.

설명

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

URL은 정확히 일치하거나 최종 위치의 와일드카드(예: http://www.fourthcoffee.com/process/*)로 일치시킬 수 있습니다.

적용 대상