System.Web
2.0.0.0
System.Attribute
System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)
The class is valid only when used on assembly declarations. It is used to enable a specified embedded resource in an assembly for use as a Web resource.
For more information on resources, see ASP.NET Web Page Resources Overview.
Defines the metadata attribute that enables an embedded resource in an assembly. This class cannot be inherited.
Constructor
To be added.
Initializes a new instance of the class with the specified Web resource and resource content type.
The name of the of Web resource.
The type of resource, such as "image/gif" or "text/javascript".
2.0.0.0
Property
System.String
To be added.
Examples of content types are "image/jpeg" and "text/xml". For more information on MIME types, go to the Internet Assigned Numbers Authority Web site and refer to the section on media types.
Gets a string containing the MIME type of the resource that is referenced by the class.
2.0.0.0
Property
System.Boolean
To be added.
When a resource is streamed from the assembly to the response, references to other Web resources in the embedded resources can be resolved at this time, if the property is set to true.
Gets or sets a Boolean value that determines whether, during processing of the embedded resource referenced by the class, other Web resource URLs are parsed and replaced with the full path to the resource.
2.0.0.0
Property
System.String
To be added.
To be added.
Gets a string containing the name of the resource that is referenced by the class.
2.0.0.0