Class HtmlTagWriterExtensions
Extension methods for the HtmlTagWriter class
Inheritance
System.Object
HtmlTagWriterExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
public static class HtmlTagWriterExtensions
Methods
SetStandardAttributes(HtmlTagWriter, RenderContext)
Adds standard html attributes from context if they exists
Declaration
public static void SetStandardAttributes(this HtmlTagWriter w, RenderContext context)
Parameters
Type | Name | Description |
---|---|---|
HtmlTagWriter | w | |
RenderContext | context |