HtmlElement
Properties
RenderMode - TagRenderMode
Children - IList
InnerHtml - IHtmlContentBuilder
TagName - String
Methods
AddClass(System.String[])
AddClass method.
Parameters
classes - System.String[]
RemoveClass(System.String)
RemoveClass method.
Parameters
class - System.String
AppendTo(Kendo.Mvc.UI.IHtmlNode)
AppendTo method.
Parameters
parent - IHtmlNode
Attribute(System.String)
Attribute method.
Parameters
key - System.String
RETURNS
The result.
Attribute(System.String,System.String)
Attribute method.
Parameters
key - System.String
value - System.String
Attribute(System.String,System.String,System.Boolean)
Attribute method.
Parameters
key - System.String
value - System.String
replaceExisting - System.Boolean
Attributes()
Attributes method.
Attributes(System.Object)
Attributes method.
Parameters
attributes - System.Object
Attributes(System.Collections.Generic.IDictionary)
Attributes{TKey, TValue} method.
Parameters
attributes - System.Collections.Generic.IDictionary<TKey,TValue>
Attributes(System.Collections.Generic.IDictionary,System.Boolean)
Attributes{TKey, TValue} method.
Parameters
attributes - System.Collections.Generic.IDictionary<TKey,TValue>
replaceExisting - System.Boolean
Html(System.String)
Html method.
Parameters
value - System.String
PrependClass(System.String[])
PrependClass method.
Parameters
classes - System.String[]
RemoveAttribute(System.String)
RemoveAttribute method.
Parameters
key - System.String
Template()
Template method.
Template(System.Action)
Template method.
Parameters
value - System.Action<TextWriter>
Text(System.String)
Text method.
Parameters
value - System.String
ToggleAttribute(System.String,System.String,System.Boolean)
ToggleAttribute method.
Parameters
key - System.String
value - System.String
condition - System.Boolean
ToggleClass(System.String,System.Boolean)
ToggleClass method.
Parameters
class - System.String
condition - System.Boolean
Css(System.String,System.String)
Css method.
Parameters
key - System.String
value - System.String
ToggleCss(System.String,System.String,System.Boolean)
ToggleCss method.
Parameters
key - System.String
value - System.String
condition - System.Boolean
WriteTo(System.IO.TextWriter,System.Text.Encodings.Web.HtmlEncoder)
WriteTo method.
Parameters
output - System.IO.TextWriter
encoder - System.Text.Encodings.Web.HtmlEncoder
ToTagBuilder()
ToTagBuilder method.