Initializes a new instance of the MvcUploader class
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public MvcUploader( HttpContext context ) |
Visual Basic |
---|
Public Sub New ( _ context As HttpContext _ ) |
Visual C++ |
---|
public: MvcUploader( HttpContext^ context ) |
Parameters
- context
- Type: System.Web..::..HttpContext