C# Class Ext.Net.MVC.Examples.ExampleConfig

Datei anzeigen Open project: extnet/Ext.NET.Examples.MVC Class Usage Examples

Public Methods

Method Description
ExampleConfig ( string path, bool includeDescriptors = false ) : System
PhysicalToAbsolute ( string physicalPath ) : string
PhysicalToVirtual ( string physicalPath ) : string

Private Methods

Method Description
Load ( ) : void

Method Details

ExampleConfig() public method

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

PhysicalToAbsolute() public static method

public static PhysicalToAbsolute ( string physicalPath ) : string
physicalPath string
return string

PhysicalToVirtual() public static method

public static PhysicalToVirtual ( string physicalPath ) : string
physicalPath string
return string