UrlIdentityPermissionAttribute.Url 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定呼叫程式碼的完整 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。
備註
系統會考慮完整的 URL,包括通訊協定 (HTTP、HTTPS、FTP) 和檔案,例如: http://www.fourthcoffee.com/process/grind.htm/
。
URL 可以完全比對,或透過最終位置的通配符進行比對,例如: http://www.fourthcoffee.com/process/*
。