Tb Method

HttpServer.dll

Generates a text box.

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Tb(
	string propertyName,
	params Object[] options
)
Visual Basic (Declaration)
Public Function Tb ( _
	propertyName As String, _
	ParamArray options As Object() _
) As String
Visual C++
public:
String^ Tb(
	String^ propertyName, 
	... array<Object^>^ options
)

Parameters

propertyName
Type: System..::.String

[Missing <param name="propertyName"/> documentation for "M:HttpServer.Helpers.ObjectForm.Tb(System.String,System.Object[])"]

options
Type: array< System..::.Object >[]()[]

[Missing <param name="options"/> documentation for "M:HttpServer.Helpers.ObjectForm.Tb(System.String,System.Object[])"]

Return Value

generated html code

See Also