CapRaffle.Models.Extensions.Info C# (CSharp) 메소드

Info() 공개 정적인 메소드

public static Info ( this controller, string message ) : void
controller this
message string
리턴 void
        public static void Info(this Controller controller, string message)
        {
            controller.TempData["Info"] = message;
        }