Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentExtender.GetComplexFilterFromUIHintAsync Method

Returns information for a complex filter.

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

Syntax

public static Task<ComplexFilter?> GetComplexFilterFromUIHintAsync( string? uiHint );

Parameters

uiHint

The component name found in a UIHintAttribute.

Return Value

Returns information for a complex filter.

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