Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.ModuleSkinsEditComponent.RenderAsync Method

Called by the framework when the component needs to be rendered as HTML.

Class: YetaWF.Modules.ComponentsHTML.Components.ModuleSkinsEditComponent
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

public Task<string> RenderAsync( YetaWF.Core.Serializers.SerializableList<YetaWF.Core.Skins.SkinDefinition> model );

Parameters

model

The model being rendered by the component.

Return Value

The component rendered as HTML.

See Also YetaWF.Modules.ComponentsHTML.Components.ModuleSkinsEditComponent ClassYetaWF.ComponentsHTML PackageYetaWF.Core