///Master
@model MyDataFirst.Master
@{
ViewBag.Title = "Master";
}
@Model.MasterName
//Detail
@{ if (Model.Detail != null)
{
foreach (var item in Model.Detail)
{
@item.Detail
}
}
}
I'm a SharePoint developer. I come across many issues that others will encounter. In this blog I keep a record of some of the interesting one. I just hope they can help others.
No comments:
Post a Comment