C# Class System.Web.Mvc.TempDataExtension

Afficher le fichier Open project: adam7/CommunityCourses

Méthodes publiques

Méthode Description
GetMessage ( this tempDataDictionary ) : string
SetMessage ( this tempDataDictionary, string message ) : void

Method Details

GetMessage() public static méthode

public static GetMessage ( this tempDataDictionary ) : string
tempDataDictionary this
Résultat string

SetMessage() public static méthode

public static SetMessage ( this tempDataDictionary, string message ) : void
tempDataDictionary this
message string
Résultat void