Zone.CreateFromUrl 方法

创建具有指定 URL 的新区域。

**命名空间:**System.Security.Policy
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
Public Shared Function CreateFromUrl ( _
    url As String _
) As Zone
用法
Dim url As String
Dim returnValue As Zone

returnValue = Zone.CreateFromUrl(url)
public static Zone CreateFromUrl (
    string url
)
public:
static Zone^ CreateFromUrl (
    String^ url
)
public static Zone CreateFromUrl (
    String url
)
public static function CreateFromUrl (
    url : String
) : Zone

参数

  • url
    在其中创建区域的 URL。

返回值

具有指定 URL 的新区域。

异常

异常类型 条件

ArgumentNullException

url 参数为 空引用(在 Visual Basic 中为 Nothing)。

备注

指定 URL 的区域确定基于 Microsoft Internet Explorer 中的区域映射设置,因此,不同计算机的区域确定可能有所不同。区域映射设置位于从“工具”菜单启动的“Internet 选项”对话框的“安全”选项卡上。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Zone 类
Zone 成员
System.Security.Policy 命名空间