Telerik.Web.Mvc.SharedWebAssets.StyleSheets C# (CSharp) 메소드

StyleSheets() 공개 정적인 메소드

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