New to Telerik UI for ASP.NET MVC? Download free 30-day trial

TextNode

Properties

TagName - String

RenderMode - TagRenderMode

Children - IList

InnerHtml - String

Methods

Attributes()

Attribute(System.String)

Parameters

key - System.String

Attribute(System.String,System.String)

Parameters

key - System.String
value - System.String

Attribute(System.String,System.String,System.Boolean)

Parameters

key - System.String
value - System.String
replaceExisting - System.Boolean

Attributes(System.Collections.Generic.IDictionary)

Parameters

attributes - System.Collections.Generic.IDictionary<TKey,TValue>

Attributes(System.Object)

Parameters

attributes - System.Object

Attributes(System.Collections.Generic.IDictionary,System.Boolean)

Parameters

attributes - System.Collections.Generic.IDictionary<TKey,TValue>
replaceExisting - System.Boolean

AddClass(System.String[])

Parameters

classes - System.String[]

ToggleClass(System.String,System.Boolean)

Parameters

class - System.String
condition - System.Boolean

ToggleCss(System.String,System.String,System.Boolean)

Parameters

key - System.String
value - System.String
condition - System.Boolean

Html(System.String)

Parameters

value - System.String

Text(System.String)

Parameters

value - System.String

Template(System.Action)

Parameters

value - System.Action<TextWriter>

PrependClass(System.String[])

Parameters

classes - System.String[]

RemoveAttribute(System.String)

Parameters

key - System.String

Template()

ToggleAttribute(System.String,System.String,System.Boolean)

Parameters

key - System.String
value - System.String
condition - System.Boolean

Css(System.String,System.String)

Parameters

key - System.String
value - System.String

WriteTo(System.IO.TextWriter)

Parameters

output - System.IO.TextWriter

AppendTo(Kendo.Mvc.UI.IHtmlNode)

Parameters

parent - IHtmlNode
In this article
Not finding the help you need?