Class TagOptions
Inheritance
System.Object
TagOptions
Assembly: ToSic.Razor.dll
Syntax
Constructors
|
Improve this Doc
View Source
TagOptions(AttributeOptions)
Declaration
public TagOptions(AttributeOptions attributeOptions = null)
Parameters
Fields
|
Improve this Doc
View Source
DefaultClose
Declaration
public const bool DefaultClose = true
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultSelfCloseIfNoContent
Declaration
public const bool DefaultSelfCloseIfNoContent = false
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
Attribute
Declaration
public AttributeOptions Attribute { get; }
Property Value
|
Improve this Doc
View Source
Close
Declaration
public bool Close { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SelfClose
Declaration
public bool SelfClose { get; set; }
Property Value
Type |
Description |
System.Boolean |
|