Vasilisdm / ControllersAndActions

A simple ASP.NET core (v2.2), which messing around with controllers and action methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ControllersAndActions

Description

Controllers implementation, and the different ways they are used to receive and generate output.

Problems tackled

  • Defining a controller
  • Getting details of the HTTP request
  • Producing a result from an action method
  • Producing an HTML result
  • Redirecting the client
  • Return content to the client
  • Return an HTTP status code

Contributors

Vasileios Dimitriou

About

A simple ASP.NET core (v2.2), which messing around with controllers and action methods.


Languages

Language:C# 76.3%Language:HTML 23.7%