C# Class vbgCMS.UI.Web.Code.Mvc.TagBuilders.ZoneTag

Inheritance: IDisposable
Afficher le fichier Open project: Tazer/vbgCMS

Protected Properties

Свойство Type Description
tag TagBuilder

Méthodes publiques

Méthode Description
Build ( string id, int width ) : ZoneTag
Dispose ( ) : void
EndZone ( ) : void
ZoneTag ( System.Web.HttpResponseBase response ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Build() public méthode

public Build ( string id, int width ) : ZoneTag
id string
width int
Résultat ZoneTag

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndZone() public méthode

public EndZone ( ) : void
Résultat void

ZoneTag() public méthode

public ZoneTag ( System.Web.HttpResponseBase response ) : System
response System.Web.HttpResponseBase
Résultat System

Property Details

tag protected_oe property

protected TagBuilder tag
Résultat TagBuilder