Click or drag to resize

HtmlTagCanBeClosedInline Property

Gets or sets a value indicating whether the tag can be closed inline.

Namespace: Scanjour.Workflow4.Web.Services.Helpers.Html
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public bool CanBeClosedInline { get; set; }

Property Value

Boolean
true if the tag can be closed inline; otherwise, false.
See Also