C# Class Telerik.Web.Mvc.UI.Html.EditorSelectBoxHtmlBuilder

Inheritance: HtmlBuilderBase
显示文件 Open project: juanplopes/simple-telerik

Public Methods

Method Description
Build ( ) : IHtmlNode
EditorSelectBoxHtmlBuilder ( EditorSelectBox selectBox ) : Telerik.Web.Mvc.Infrastructure

Protected Methods

Method Description
BuildCore ( ) : IHtmlNode

Private Methods

Method Description
InnerContentTag ( ) : IHtmlNode

Method Details

Build() public method

public Build ( ) : IHtmlNode
return IHtmlNode

BuildCore() protected method

protected BuildCore ( ) : IHtmlNode
return IHtmlNode

EditorSelectBoxHtmlBuilder() public method

public EditorSelectBoxHtmlBuilder ( EditorSelectBox selectBox ) : Telerik.Web.Mvc.Infrastructure
selectBox EditorSelectBox
return Telerik.Web.Mvc.Infrastructure