Configurates
C1.Web.Mvc.Component.Id. Sets the id of the control.
Syntax
'Declaration
Public Overridable Function Id( _
ByVal As String _
) As TBuilder
public virtual TBuilder Id(
string
)
Parameters
- id
- The id.
Return Value
Current builder.
See Also