This documentation is archived and is not being maintained.
WebResourceAttribute Properties
Visual Studio 2010
The WebResourceAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
CdnPath | Gets or set the path of a Content Delivery Network (CDN) that contains Web resources. |
|
CdnSupportsSecureConnection | Gets or set a value that indicates to the ScriptManager whether a script resource should be accessed using a secure connection to the content delivery network (CDN) path when the page is accessed using HTTPS. |
|
ContentType | Gets a string containing the MIME type of the resource that is referenced by the WebResourceAttribute class. |
|
PerformSubstitution | Gets or sets a Boolean value that determines whether, during processing of the embedded resource referenced by the WebResourceAttribute class, other Web resource URLs are parsed and replaced with the full path to the resource. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
WebResource | Gets a string containing the name of the resource that is referenced by the WebResourceAttribute class. |
Show: