CuteEditor for .NET 6.2 Class Library

CEF.ProcessWebPath Method 

Get the correct files path - virtual path

[Visual Basic]
Public Shared Function ProcessWebPath( _
   ByVal context As HttpContext, _
   ByVal ctrl As Control, _
   ByVal path As String _
) As String
[C#]
public static string ProcessWebPath(
   HttpContext context,
   Control ctrl,
   string path
);

See Also

CEF Class | CuteEditor Namespace