C# 클래스 MvcContrib.PortableAreas.AssemblyResourceManager

Manages all .NET assemblies that have registered their embedded resources.
파일 보기 프로젝트 열기: atomicobject/mvccontrib 1 사용 예제들

공개 메소드들

메소드 설명
GetResourceStoreForArea ( string areaName ) : AssemblyResourceStore
GetResourceStoreFromVirtualPath ( string virtualPath ) : AssemblyResourceStore
IsEmbeddedViewResourcePath ( string virtualPath ) : bool
RegisterAreaResources ( AssemblyResourceStore assemblyResourceStore ) : void

비공개 메소드들

메소드 설명
InitializeAssemblyResourceStores ( ) : AssemblyResourceStore>.Dictionary

메소드 상세

GetResourceStoreForArea() 공개 정적인 메소드

public static GetResourceStoreForArea ( string areaName ) : AssemblyResourceStore
areaName string
리턴 MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore

GetResourceStoreFromVirtualPath() 공개 정적인 메소드

public static GetResourceStoreFromVirtualPath ( string virtualPath ) : AssemblyResourceStore
virtualPath string
리턴 MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore

IsEmbeddedViewResourcePath() 공개 정적인 메소드

public static IsEmbeddedViewResourcePath ( string virtualPath ) : bool
virtualPath string
리턴 bool

RegisterAreaResources() 공개 정적인 메소드

public static RegisterAreaResources ( AssemblyResourceStore assemblyResourceStore ) : void
assemblyResourceStore MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore
리턴 void