8 lines
86 B
Text
8 lines
86 B
Text
@model object
|
|
|
|
@{
|
|
ViewBag.Title = "title";
|
|
Layout = "_Layout";
|
|
}
|
|
|
|
<h2>title</h2>
|