using System;
using System.ComponentModel.DataAnnotations;
namespace HelloWorldMvcApp
{
public class SampleViewModel
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
</body>
</html>
using System.Web.Mvc;
using System.Collections.Generic;
using System.Text.Encodings.Web;
public class HomeController : Controller
//
// GET: /HelloWorld
public string Index()
return "This is my default action...";
// GET: /HelloWorld/Welcome/
public string Welcome()
return "Güelcom";