Why we are using BindPropety in ASP.Net Core
i need a clarification about why we are using bind property and bind properties and what is use of that two . it slightly confuses to me .
How can I make ASP.NET Core bind a CSV from query string to a class-level property that is a list of string?
I have this query in my URL:
Cannot convert async to not async
I have async method
how to make this URL pattern acceptable to asp core
I am working in a project (RAZOR PAGES) and I am trying to make this URL pattern "/{clientName}/Forms/{page}"
acceptable to route. you should know I’m using Razor Pages NOT MVC.
clientName is any string
Forms is area
page is any page in Forms area
I did something similar in MVC but It didn’t work for me in this case;
I found this code