C# 클래스 Telerik.Web.Mvc.Infrastructure.Implementation.PathResolver

Class use to resolve physical path for virtual path.
상속: IPathResolver
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
Resolve ( string virtualPath ) : string

Returns the physical path for the specified virtual path.

메소드 상세

Resolve() 공개 메소드

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