ComponentOne ASP.NET MVC Controls
Content Method (TextBuilder)

C1.Web.Mvc.Fluent Namespace > TextBuilder Class : Content Method
The value.
Configurates C1.Web.Mvc.Text.Content. Sets the text of the annotation.
Syntax
'Declaration
 
Public Function Content( _
   ByVal value As String _
) As TextBuilder
public TextBuilder Content( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TextBuilder Class
TextBuilder Members