Dynamicweb 8 Documentation
RenderValue Method

Value to render.
Value type.
Template.
Tag name.
Renders the value.
Syntax
'Declaration
 
Public Overridable Sub RenderValue( _ 
   ByVal value As Object, _ 
   ByVal valueType As Type, _ 
   ByVal template As Template, _ 
   ByVal tagName As String _ 
) 
public virtual void RenderValue( 
   object value,
   Type valueType,
   Template template,
   string tagName 
)

Parameters

value
Value to render.
valueType
Value type.
template
Template.
tagName
Tag name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Renderer Class
Renderer Members

Send Feedback