We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My template is:
@model NSysWebTest.Web.ViewModels.Products.ProductCategoryViewModel <text-entry id="Name" label-text="Name" for="Name"></text-entry> <text-entry id="Note" label-text="Note" for="Note"></text-entry>
Template model ProductCategoryViewModel is
ProductCategoryViewModel
new ProductCategoryViewModel{ Name = "Test", Note = null };
I'm getting an error System.NullReferenceException while rendering a template on a line with Note
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My template is:
Template model
ProductCategoryViewModel
isI'm getting an error System.NullReferenceException while rendering a template on a line with Note
The text was updated successfully, but these errors were encountered: