ExternalHtmlResourceElement Members
Include Protected Members
Include Inherited Members
Represents a Control used to reference an external resource.
The ExternalHtmlResourceElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExternalHtmlResourceElement | Initializes a new instance of the ExternalHtmlResourceElement class. |
Top
Properties
Name | Description | |
---|---|---|
Alt | Gets or sets alternative text to render when the HtmlElement is Image(). | |
FileContext | Gets or sets the ResourceFileContext to use when looking up the URL for the FileName. | |
FileName | Gets or sets the name of the external HTML resource file to be rendered. | |
Height | Gets or sets the image height of the ExternalHtmlResourceElment when the HtmlElement is Image(). | |
HtmlElement | Gets or sets the type of the external resource to be rendered. | |
ResourceFileUrl | Gets or sets the URL of the external resource file. | |
Width | Gets or sets the image width of the ExternalHtmlResourceElement when the HtmlElement is Image(). |
Top
Methods
Name | Description | |
---|---|---|
Render | Renders the control to the specified HtmlTextWriter. (Overrides Control.Render(HtmlTextWriter).) |
Top