Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFViewBase.DivId Property

The HTML id used for a <div> tag.

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

Syntax

public string DivId { get; }

Remarks

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

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