C# Class N2.Web.Mvc.Html.ZoneHelper

Inheritance: IHtmlString
Afficher le fichier Open project: bherila/n2cms

Méthodes publiques

Méthode Description
Render ( ) : void
Render ( TextWriter writer ) : void
ToString ( ) : string
WrapIn ( TagBuilder>.Func wrapperFactory ) : ZoneHelper
WrapIn ( string tagName, object attributes, string innerHtml = null ) : ZoneHelper
ZoneHelper ( HtmlHelper helper, string zoneName, ContentItem currentItem ) : System.IO

Méthodes protégées

Méthode Description
GetInterface ( ) : string
RenderTemplate ( TextWriter writer, ContentItem model ) : void

Method Details

GetInterface() protected méthode

protected GetInterface ( ) : string
Résultat string

Render() public méthode

public Render ( ) : void
Résultat void

Render() public méthode

public Render ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

RenderTemplate() protected méthode

protected RenderTemplate ( TextWriter writer, ContentItem model ) : void
writer System.IO.TextWriter
model ContentItem
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WrapIn() public méthode

public WrapIn ( TagBuilder>.Func wrapperFactory ) : ZoneHelper
wrapperFactory TagBuilder>.Func
Résultat ZoneHelper

WrapIn() public méthode

public WrapIn ( string tagName, object attributes, string innerHtml = null ) : ZoneHelper
tagName string
attributes object
innerHtml string
Résultat ZoneHelper

ZoneHelper() public méthode

public ZoneHelper ( HtmlHelper helper, string zoneName, ContentItem currentItem ) : System.IO
helper HtmlHelper
zoneName string
currentItem ContentItem
Résultat System.IO