Skip to main content

Questions tagged [asp.net-core-mvc]

ASP.NET Core MVC is a lightweight presentation framework for creating dynamic websites with ASP.NET Core. It allows for creating controller based MVC sites, or view model based Razor pages. MVC includes features like routing, model binding and validation, filters, web APIs and the Razor view engine.

4,879 questions with no upvoted or accepted answers
-4 votes
1 answer
251 views

Data recovery from a web API

I have an API developed with asp.net core which allows to do CRUDs on DocumentType (types of a document) and next to I have asp.net core mvc web application from which I would like to recover the list ...
Ahmadou Kassoum's user avatar
-4 votes
1 answer
61 views

Angular6 http post method does not pass data to web api

i am not receiving data on asp.net mvc core api from angular 6 app. Image is here MVC core api httpOptions = { headers: new HttpHeaders({ 'Content-Type': 'application/json' }) }; ...
Alpesh Valvi's user avatar
-4 votes
1 answer
108 views

Can i use abp template with NET Core or FULL NET core with Angular Js 1.x?

After version 3.0, support for NET 4.6.1 and AngularJs 1.x will stop, I'm right? So, can i use angularjs 1.x with NET Core + EF Core?
vitor de paula's user avatar
-6 votes
1 answer
3k views

Convert comma separated values to list<string> through http pipeline

In my API model binder get request I want to convert a comma separated string that is passed through the get request to a list. I want to only do it for once of the properties in my model so ...
James Andrew Smith's user avatar

15 30 50 per page
1
322 323 324 325
326