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

Class use to resolve physical path for virtual path.
Inheritance: IPathResolver
Datei anzeigen Open project: juanplopes/simple-telerik

Public Methods

Method Description
Resolve ( string virtualPath ) : string

Returns the physical path for the specified virtual path.

Method Details

Resolve() public method

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