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/*
。