C# 클래스 Telerik.Web.Mvc.SharedWebAssets

파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
Scripts ( Action configureAction ) : void

Executes the provided delegate that is used to configure scripts.

StyleSheets ( Action configureAction ) : void

Executes the provided delegate that is used to configure stylesheets.

비공개 메소드들

메소드 설명
Configure ( string defaultPath, WebAssetItemGroup>.IDictionary target, Action configureAction ) : void
FindInternal ( WebAssetItemGroup>.IDictionary lookup, string name ) : WebAssetItemGroup
FindScriptGroup ( string name ) : WebAssetItemGroup
FindStyleSheetGroup ( string name ) : WebAssetItemGroup
LoadFromConfiguration ( IConfigurationManager configurationManager ) : void
LoadGroups ( WebAssetItemGroupConfigurationElementCollection source, WebAssetItemGroup>.IDictionary destination, string defaultPath, string defaultVersion ) : void
SharedWebAssets ( ) : System

메소드 상세

Scripts() 공개 정적인 메소드

Executes the provided delegate that is used to configure scripts.
public static Scripts ( Action configureAction ) : void
configureAction Action The configure action.
리턴 void

StyleSheets() 공개 정적인 메소드

Executes the provided delegate that is used to configure stylesheets.
public static StyleSheets ( Action configureAction ) : void
configureAction Action The configure action.
리턴 void