HtmlHead Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ApplyStyleSheetSkin | Applies the style properties defined in the page style sheet to the control. (Inherited from Control.) |
| DataBind | Binds a data source to the invoked server control and all its child controls. (Inherited from Control.) |
| Dispose | Enables a server control to perform final clean up before it is released from memory. (Inherited from Control.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| FindControl | Searches the current naming container for a server control with the specified id parameter. (Inherited from Control.) |
| Focus | Sets input focus to a control. (Inherited from Control.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| HasControls | Determines if the server control contains any child controls. (Inherited from Control.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| RenderControl | Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from Control.) |
| ResolveClientUrl | Gets a URL that can be used by the browser. (Inherited from Control.) |
| ResolveUrl | Converts a URL into one that is usable on the requesting client. (Inherited from Control.) |
| SetRenderMethodDelegate | Assigns an event handler delegate to render the server control and its content into its parent control. (Inherited from Control.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Reference
HtmlHead ClassSystem.Web.UI.HtmlControls Namespace
Header
HtmlLink
HtmlMeta
Other Resources
HTML Server ControlsCommunity Additions
ADD
Show: