I created an EditForm with Model and Enhance properties, when submit to the server by OnValidSubmit="Submit" the break point works in Visual Studio but IFormFile field of ViewModel is null in break point. How to resolve?
↧
I created an EditForm with Model and Enhance properties, when submit to the server by OnValidSubmit="Submit" the break point works in Visual Studio but IFormFile field of ViewModel is null in break point. How to resolve?