I have a model similar to this:
public class SampleModel { public Product Product { get; set; } }
And in my controller I get an excep
On vb.net you must write @ModelType.