Initializes a new instance of the ViewInformation class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public ViewInformation(
	string viewName,
	HtmlHelper helper
)
Visual Basic
Public Sub New ( _
	viewName As String, _
	helper As HtmlHelper _
)
Visual C++
public:
ViewInformation(
	String^ viewName, 
	HtmlHelper^ helper
)

Parameters

viewName
Type: System..::..String
helper
Type: HtmlHelper

See Also