FileStorage Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| FileStorage Constructor |
| FileStorage Class See Also Send Feedback |
Initializes a new instance of the FileStorage class
Namespace:Â CuteEditor.ImplAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
protected FileStorage( HttpContext context ) |
| Visual Basic |
|---|
Protected Sub New ( _ context As HttpContext _ ) |
| Visual C++ |
|---|
protected: FileStorage( HttpContext^ context ) |
Parameters
- context
- Type: System.Web..::..HttpContext