Site::CreateFromUrl Method (String^)
.NET Framework (current version)
Creates a new Site object from the specified URL.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- url
-
Type:
System::String^
The URL from which to create the new Site object.
| Exception | Condition |
|---|---|
| ArgumentException | The url parameter is not a valid URL. -or- The url parameter is a file name. |
.NET Framework
Available since 1.1
Available since 1.1
Show: