(MVC) MVC (2018)

<<назад HomeController.vb (Contoso University).

   1:  Public Class HomeController
   2:      Inherits System.Web.Mvc.Controller
   3:   
   4:      Function Index() As ActionResult
   5:          Return View()
   6:      End Function
   7:   
   8:      Function About() As ActionResult
   9:          ViewData("Message") = "Your application description page."
  10:   
  11:          Return View()
  12:      End Function
  13:   
  14:      Function Contact() As ActionResult
  15:          ViewData("Message") = "Your contact page."
  16:   
  17:          Return View()
  18:      End Function
  19:  End Class


Comments ( )
<00>  <01>  <02>  <03>  <04>  <05>  <06>  <07>  <08>  <09>  <10>  <11>  <12>  <13>  <14>  <15>  <16>  <17>  <18>  <19>  <20>  <21>  <22>  <23>  <24>  <25
Link to this page: //www.vb-net.com/EF-missing-FAQ/Code/HomeController.vb.htm
<TAGS>  <ARTICLES>  <FRONT>  <CORE>  <MVC>  <ASP>  <NET>  <DATA>  <TASK>  <XML>  <KIOSK>  <NOTES>  <SQL>  <LINUX>  <MONO>  <FREEWARE>  <DOCS> <TRAVELS> <FLOWERS> <RESUME> < THANKS ME>