InvalidOperationException: The model item passed into the ViewDataDictionary is of type 'Umbraco.Cms.Core.Models.ContentModel', but this ViewDataDictionary instance requires a model item of type 'Umbraco_12_Project.Models.RegisterViewModel'.
@model MyApp.Models.RegisterViewModel
@using MyApp.Controllers
using (Html.BeginUmbracoForm
("RegisterMember"))
{
Create a new account.
Register
}