C# 클래스 System.Web.Mvc.TempDataExtension

파일 보기 프로젝트 열기: adam7/CommunityCourses

공개 메소드들

메소드 설명
GetMessage ( this tempDataDictionary ) : string
SetMessage ( this tempDataDictionary, string message ) : void

메소드 상세

GetMessage() 공개 정적인 메소드

public static GetMessage ( this tempDataDictionary ) : string
tempDataDictionary this
리턴 string

SetMessage() 공개 정적인 메소드

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