Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.HtmlBuilder.GetIdCond Method

Returns the id defined in attributes, or null.

Class: YetaWF.Core.Support.HtmlBuilder
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static string? GetIdCond( IDictionary<string,object?>? attributes );

Parameters

attributes

The dictionary of HTML attributes.

Return Value

Returns the id defined in attributes, or null.

See Also YetaWF.Core.Support.HtmlBuilder ClassYetaWF.Core Overview