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

Inheritance: IDisposable
Show file Open project: Tazer/vbgCMS

Protected Properties

Property Type Description
tag TagBuilder

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Build() public method

public Build ( string id, int width ) : ZoneTag
id string
width int
return ZoneTag

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EndZone() public method

public EndZone ( ) : void
return void

ZoneTag() public method

public ZoneTag ( System.Web.HttpResponseBase response ) : System
response System.Web.HttpResponseBase
return System

Property Details

tag protected property

protected TagBuilder tag
return TagBuilder