UrlAttribute Constructor (String^)
.NET Framework (current version)
Creates a new instance of the UrlAttribute class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- callsiteURL
-
Type:
System::String^
The call site URL.
| Exception | Condition |
|---|---|
| ArgumentNullException | The callsiteURL parameter is null. |
| SecurityException | The immediate caller does not have infrastructure permission. |
The following code example illustrates the use of the UrlAttribute constructor.
SecurityPermission
For operating with infrastructure code. Associated enumeration: SecurityPermissionFlag::Infrastructure
.NET Framework
Available since 1.1
Available since 1.1
Show: