C# Class Telerik.Web.Mvc.Infrastructure.Implementation.PathResolver

Class use to resolve physical path for virtual path.
Inheritance: IPathResolver
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode Description
Resolve ( string virtualPath ) : string

Returns the physical path for the specified virtual path.

Method Details

Resolve() public méthode

Returns the physical path for the specified virtual path.
public Resolve ( string virtualPath ) : string
virtualPath string The virtual path.
Résultat string