C# 클래스 Ext.Net.MVC.Examples.ExampleConfig

파일 보기 프로젝트 열기: extnet/Ext.NET.Examples.MVC 1 사용 예제들

공개 메소드들

메소드 설명
ExampleConfig ( string path, bool includeDescriptors = false ) : System
PhysicalToAbsolute ( string physicalPath ) : string
PhysicalToVirtual ( string physicalPath ) : string

비공개 메소드들

메소드 설명
Load ( ) : void

메소드 상세

ExampleConfig() 공개 메소드

public ExampleConfig ( string path, bool includeDescriptors = false ) : System
path string
includeDescriptors bool
리턴 System

PhysicalToAbsolute() 공개 정적인 메소드

public static PhysicalToAbsolute ( string physicalPath ) : string
physicalPath string
리턴 string

PhysicalToVirtual() 공개 정적인 메소드

public static PhysicalToVirtual ( string physicalPath ) : string
physicalPath string
리턴 string