Initializes a new instance of the ResourceContext class
Namespace: CuteEditor.ImplAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public ResourceContext( HtmlTextWriter htmlwriter, HttpContext httpContext, NameValueCollection nvc, bool allowfilter ) |
| Visual Basic |
|---|
Public Sub New ( _ htmlwriter As HtmlTextWriter, _ httpContext As HttpContext, _ nvc As NameValueCollection, _ allowfilter As Boolean _ ) |
| Visual C++ |
|---|
public: ResourceContext( HtmlTextWriter^ htmlwriter, HttpContext^ httpContext, NameValueCollection^ nvc, bool allowfilter ) |
Parameters
- htmlwriter
- Type: System.Web.UI..::..HtmlTextWriter
- httpContext
- Type: System.Web..::..HttpContext
- allowfilter
- Type: System..::..Boolean