Click or drag to resize

EventArgsViewEnumViewEnum Constructor (ViewEnum, String, String, String)

Constructor with parameter

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public EventArgsViewEnum(
	ViewEnum pView,
	string pPath = "",
	string pController = "",
	string pAction = ""
)

Parameters

pView
Type: ViewEnum
View name from enumeration which to puts the path
pPath (Optional)
Type: SystemString
Form view path
pController (Optional)
Type: SystemString
Name of MVC controller
pAction (Optional)
Type: SystemString
Name of action method
See Also