skttl
02/26/2024, 6:11 PMusing ContentModels = MyProject.Models.ContentModels;
namespace MyProject.Models.ViewModels;
public class MyOrder : ContentModels.MyOrder
{
And then in my view I have
@inherits UmbracoViewPage<ViewModels.MyOrder>
instead of ContentModels.MyOrder.
I think it communicates efficiently that this view is relying on a custom view model, without having the long class name