Click or drag to resize

WebViewerControlResult Constructor (Controller, NameValueCollection, String, String, String)

Initializes a new instance of the WebViewerControlResult class

Namespace:  Atalasoft.Imaging.WebControls.Mvc
Assembly:  Atalasoft.dotImage.WebControls.Mvc (in Atalasoft.dotImage.WebControls.Mvc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WebViewerControlResult(
	Controller controller,
	NameValueCollection requestParams,
	string pathToPage,
	string sessionID,
	string pageName
)

Parameters

controller
Type: Controller
requestParams
Type: System.Collections.SpecializedNameValueCollection
pathToPage
Type: SystemString
sessionID
Type: SystemString
pageName
Type: SystemString
See Also