h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

Define Action methods

Define Action methods

  • User gives request to the controller via URL. 
  •  The Controller processes the requests using the action methods defined by the Controller.