 | RazorTemplateBase<TModel>.GetBoolean Method |
Gets a boolean representation of the tag value.
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntaxpublic bool GetBoolean(
string name
)
Public Function GetBoolean (
name As String
) As Boolean
Parameters
- name
- Type: System.String
The name of the tag.
Return Value
Type:
Boolean
See Also