C# Class DotNetify.Routing.RoutingViewData

Information to pass from the controller to the Razor view.
Show file Open project: dsuryd/dotNetify Class Usage Examples

Public Methods

Method Description
RoutingViewData ( string urlPath, string viewUrl, Type vmType ) : System

Method Details

RoutingViewData() public method

public RoutingViewData ( string urlPath, string viewUrl, Type vmType ) : System
urlPath string
viewUrl string
vmType System.Type
return System