Devrim Altınkurt
Devrim Altınkurt
Thanks and congratulations for this amazing work. It's really amazing @MatthewKing
in login.dothml (inherits MasterPageBos.dotmaster) Context.RedirectToRoute("Default"); or Context.RedirectToUrl("/"); must go to Default.dothtml (inherits MasterPageMain.dotmaster) maybe different masterpage causes error
maybe you should add the namespaces to the top of the file. I'm not sure if it works or not. Sample: ``` @viewModel MyApp.ViewModels.MyPageViewModel, MyApp @masterPage Views/MyMasterPage.dotmaster @import MyApp.Info //