我正在研究get / set方法。但是,我无法获得Get的正确值。它总是以某种方式返回null。
这里定义了值:
@foreach (string partial in ViewBag.Partials)
{
//Html.RenderPartial(partial);
@Html.Partial(partial)
}
获取/设置
public string SubPath
iPageAdminView.subpathfolder = context.ExecutionObject.CmscontentParentType[0].ParentType.AttachmentSubFolder;
有人可以帮忙吗?我做错了什么?谢谢!