WebResourceAttribute Constructor (String, String)
.NET Framework (current version)
Initializes a new instance of the WebResourceAttribute class with the specified Web resource and resource content type.
Assembly: System.Web (in System.Web.dll)
Parameters
- webResource
-
Type:
System.String
The name of the of Web resource.
- contentType
-
Type:
System.String
The type of resource, such as "image/gif" or "text/javascript".
| Exception | Condition |
|---|---|
| ArgumentException | webResource is null or an empty string (""). - or - contentType is null or an empty string (""). |
.NET Framework
Available since 2.0
Available since 2.0
Show: