Initializes a new instance of the ResourceContext class

Namespace: CuteEditor.Impl
Assembly: 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
)

See Also