Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebResourceAttribute Constructor (String^, String^)

 

Initializes a new instance of the WebResourceAttribute class with the specified Web resource and resource content type.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
WebResourceAttribute(
	String^ webResource,
	String^ contentType
)

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
Return to top
Show:
© 2017 Microsoft