49 questions
Sessions and Application States in ASP.NET Corehttps://docs.microsoft.com/ja-jp/aspnet/core/fundamentals/app-state?view=aspnetcore-2.2Sample Sourcehttps://github.com/aspnet/Docs/tree/master/aspnetcore...
I'm sorry if there's anything wrong with the question.https://docs.microsoft.com/ja-jp/aspnet/core/security/authorization/policies?view=aspnetcore-2.2As you can see in , [Authorize (Policy=AtLeast 21)...
If I use multiple models to view the view, how do I pass it over?public ActionResult Index() { using(var context=new testDBEntities()) { // First Model ViewData.Model=(from u in context.test1data)...
ASP.NET MVCC#Inheriting apiController to create WebAPI.Previously, during development, one type of binary data was included in the requested body for POST.curl --data-binary@filenamecontroller post (b...
Developed in ASP.NET MVC5 (Visual Studio 2013 Update 4) environment.Content (e.g., css) and Script (e.g., Javascript) usually create and expand folders directly under the project.Is it possible to pla...
When using the ASP.NET Web Custom Control, in the ASPX file:We have added a description.'<%@Register tagprefix=tagprefix name namespace=namespace name assembly=ASSEMBLY name%>' Is it possible to...
For some reason, we are developing it with ASP.NET form application instead of MVC5.However, I would like to create an API that does not have a form page in this project.Is there a way?
The problem is as per the title, but when I tried to use the jQuery plug-in called perfectscrollbar in the ASP.NET web form, 0x800a01b6 - JavaScript Runtime Error: Object does not support 'perfectScro...
Under App_LocalResources, you have your own resource files that are not mapped to the page.master.resxI'd like to load this with C# and get the string inside. Is there a way?The reason why I want to p...
Regarding the title, even if I set the width of td, if I adjust the screen size, the width of the column will change a little.Is there a way to fix it?
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.