mirror of
https://github.com/rudollee/LearningMVC.git
synced 2026-08-11 16:32:55 +00:00
Ch. 20 View - WorkingWithRazor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@{
|
||||
ViewBag.Title = "List";
|
||||
Layout = null;
|
||||
}
|
||||
|
||||
<h3>This is the /Views/Common/List.cshtml View</h3>
|
||||
|
||||
@*@Html.Partial("MyPartial")*@
|
||||
@Html.Partial("MyStronglyTypedPartial", new [] { "Apple", "Orange", "Pear"})
|
||||
|
||||
@Html.Action("TIME")
|
||||
Reference in New Issue
Block a user