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

Afficher le fichier Open project: extnet/Ext.NET.Examples.MVC Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Load ( ) : void

Method Details

ExampleConfig() public méthode

public ExampleConfig ( string path, bool includeDescriptors = false ) : System
path string
includeDescriptors bool
Résultat System

PhysicalToAbsolute() public static méthode

public static PhysicalToAbsolute ( string physicalPath ) : string
physicalPath string
Résultat string

PhysicalToVirtual() public static méthode

public static PhysicalToVirtual ( string physicalPath ) : string
physicalPath string
Résultat string