Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentBase.DivId Property

The HTML id used for a <div> tag.

Class: YetaWF.Core.Components.YetaWFComponentBase
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public string DivId { get; }

Remarks

This is a convenience property, so a component can reference one of its <div> tags by id.

See Also YetaWF.Core.Components.YetaWFComponentBase ClassYetaWF.Core Overview