Метод | Описание | |
---|---|---|
About ( ) : System.Web.Mvc.ActionResult | ||
Contact ( ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
SendNotification ( string username, string message ) : System.Web.Mvc.JsonResult |
public About ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Contact ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public SendNotification ( string username, string message ) : System.Web.Mvc.JsonResult | ||
username | string | |
message | string | |
Результат | System.Web.Mvc.JsonResult |