Table of Contents

Class HtmlBlock

Namespace
Dynamicweb.CoreUI.Displays.Information
Assembly
Dynamicweb.CoreUI.dll
public sealed class HtmlBlock : DisplayBase<string>
Inheritance
HtmlBlock
Inherited Members
Extension Methods

Properties

DisableValidation

Gets or sets a value indicating whether HTML5 validation attributes should be removed from nested elements. When true, attributes like 'required', 'pattern', 'min', 'max', etc. are stripped from all child elements.

public bool DisableValidation { get; set; }

Property Value

bool

Inline

Gets or sets a value indicating whether the HTML content should be rendered inline.

public bool Inline { get; set; }

Property Value

bool
To top