mirror of
https://github.com/rudollee/LearningMVC.git
synced 2026-08-21 05:13:03 +00:00
Ch. 15 URL Routing (until 15-32)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>ActionName</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>The controller is: @ViewBag.Controller</div>
|
||||
<div>The action is: @ViewBag.Action</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user