Get the correct files path - virtual path
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public static string ProcessWebPath( HttpContext context, Control ctrl, string path ) |
Visual Basic |
---|
Public Shared Function ProcessWebPath ( _ context As HttpContext, _ ctrl As Control, _ path As String _ ) As String |
Visual C++ |
---|
public: static String^ ProcessWebPath( HttpContext^ context, Control^ ctrl, String^ path ) |
Parameters
- context
- Type: System.Web..::..HttpContext
- ctrl
- Type: System.Web.UI..::..Control
- path
- Type: System..::..String