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 = ""
)
Public Sub New (
pView As ViewEnum,
Optional pPath As String = "",
Optional pController As String = "",
Optional pAction As String = ""
)
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