Property | Type | Description | |
---|---|---|---|
RegisterSection | void |
Method | Description | |
---|---|---|
HasSection ( String sectionName ) : bool |
Determines whether the current component declaration on the view has the specified section.
|
|
NVelocityViewContextAdapter ( String componentName, NVelocity.Runtime.Parser.Node.INode parentNode, IViewEngine viewEngine, IViewRenderer renderer ) |
Initializes a new instance of the NVelocityViewContextAdapter class.
|
|
RenderBody ( ) : void |
Renders the component body.
|
|
RenderBody ( |
Renders the body into the specified TextWriter
|
|
RenderSection ( String sectionName ) : void |
Renders the the specified section
|
|
RenderSection ( string sectionName, |
Renders the the specified section
|
|
RenderView ( string name, |
Pendent
|
Method | Description | |
---|---|---|
RegisterSection ( |
public HasSection ( String sectionName ) : bool | ||
sectionName | String | Name of the section. |
return | bool |
public NVelocityViewContextAdapter ( String componentName, NVelocity.Runtime.Parser.Node.INode parentNode, IViewEngine viewEngine, IViewRenderer renderer ) | ||
componentName | String | Name of the component. |
parentNode | NVelocity.Runtime.Parser.Node.INode | The parent node. |
viewEngine | IViewEngine | The view engine. |
renderer | IViewRenderer | The view renderer. |
public RenderBody ( |
||
writer | The writer. | |
return | void |
public RenderSection ( String sectionName ) : void | ||
sectionName | String | Name of the section. |
return | void |
public RenderSection ( string sectionName, |
||
sectionName | string | Name of the section. |
writer | The writer. | |
return | void |
public RenderView ( string name, |
||
name | string | |
writer | ||
return | void |