C# Class System.Web.Mvc.TempDataExtension

Show file Open project: adam7/CommunityCourses

Public Methods

Method Description
GetMessage ( this tempDataDictionary ) : string
SetMessage ( this tempDataDictionary, string message ) : void

Method Details

GetMessage() public static method

public static GetMessage ( this tempDataDictionary ) : string
tempDataDictionary this
return string

SetMessage() public static method

public static SetMessage ( this tempDataDictionary, string message ) : void
tempDataDictionary this
message string
return void