Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Telerik
Web
Mvc
Infrastructure
Implementation
PathResolver
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