Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Controllers.SkinController.GetSkins Method

Returns JSON data to replace the dropdown contents with the provided page/popup names.

Class: YetaWF.Modules.ComponentsHTML.Controllers.SkinController
Namespace: YetaWF.Modules.ComponentsHTML.Controllers
Assembly: YetaWF.ComponentsHTML

Syntax

public ActionResult GetSkins( string skinCollection );

Parameters

skinCollection

The name of the skin collection.

Return Value

JSON data to replace the dropdown contents with the provided skin collection. Works in conjunction with client-side code and the Skin template.

See Also YetaWF.Modules.ComponentsHTML.Controllers.SkinController ClassYetaWF.ComponentsHTML PackageYetaWF.Core