HtmlTagCanBeClosedInline Property |
Gets or sets a value indicating whether the tag can be closed inline.
Namespace: Scanjour.Workflow4.Web.Services.Helpers.HtmlAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool CanBeClosedInline { get; set; }
Public Property CanBeClosedInline As Boolean
Get
Set
public:
property bool CanBeClosedInline {
bool get ();
void set (bool value);
}
member CanBeClosedInline : bool with get, set
Property Value
Booleantrue if the tag can be closed inline; otherwise,
false.
See Also