CapRaffle.Models.Extensions.Info C# (CSharp) Method

Info() public static method

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