Telerik.Web.Mvc.SharedWebAssets.StyleSheets C# (CSharp) Method

StyleSheets() public static method

Executes the provided delegate that is used to configure stylesheets.
public static StyleSheets ( Action configureAction ) : void
configureAction Action The configure action.
return void
        public static void StyleSheets(Action<SharedWebAssetGroupBuilder> configureAction)
        {
            Configure(WebAssetDefaultSettings.StyleSheetFilesPath, styleSheets, configureAction);
        }