Rebel.Cms.Web.Editors.DataTypeEditorController.EnsurePropEditorListViewBagData C# (CSharp) 메소드

EnsurePropEditorListViewBagData() 개인적인 메소드

This adds some required elements to the ViewBag so that the Create view renders correctly
private EnsurePropEditorListViewBagData ( ) : void
리턴 void
        private void EnsurePropEditorListViewBagData()
        {
            //add the available doc types to the view bag
            ViewBag.AvailablePropertyEditors = _sortedEditors;
        }