Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Addons.IAddOnSupport.AddSupportAsync Method

Called by the framework so the component can add component specific client-side configuration options and localizations to the page.

Class: YetaWF.Core.Addons.IAddOnSupport
Namespace: YetaWF.Core.Addons
Assembly: YetaWF.Core

Syntax

public Task AddSupportAsync( YetaWFManager manager );

Parameters

manager

The YetaWF.Core.Support.Manager instance of current HTTP request.

See Also YetaWF.Core.Addons.IAddOnSupport ClassYetaWF.Core Overview