CreateInstance Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| FileStorage..::..CreateInstance Method |
| FileStorage Class See Also Send Feedback |
Namespace:Â CuteEditor.Impl
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static FileStorage CreateInstance( HttpContext context ) |
| Visual Basic |
|---|
Public Shared Function CreateInstance ( _ context As HttpContext _ ) As FileStorage |
| Visual C++ |
|---|
public: static FileStorage^ CreateInstance( HttpContext^ context ) |
Parameters
- context
- Type: System.Web..::..HttpContext