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