C# Class DotNetify.Routing.RoutingViewData

Information to pass from the controller to the Razor view.
Afficher le fichier Open project: dsuryd/dotNetify Class Usage Examples

Méthodes publiques

Méthode Description
RoutingViewData ( string urlPath, string viewUrl, Type vmType ) : System

Method Details

RoutingViewData() public méthode

public RoutingViewData ( string urlPath, string viewUrl, Type vmType ) : System
urlPath string
viewUrl string
vmType System.Type
Résultat System