Label Method

HttpServer.dll

Labels the specified property name.

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

Syntax

C#
public string Label(
	string propertyName,
	string label
)
Visual Basic (Declaration)
Public Function Label ( _
	propertyName As String, _
	label As String _
) As String
Visual C++
public:
String^ Label(
	String^ propertyName, 
	String^ label
)

Parameters

propertyName
Type: System..::.String
property in object.
label
Type: System..::.String
caption

Return Value

generated html code

See Also