Top "Asp.net-mvc-views" questions

A view is a standard (X)HTML document that can contain scripts.

MVC 4 - how do I pass model data to a partial view?

I'm building a profile page that will have a number of sections that relate to a particular model (Tenant) - …

c# asp.net-mvc model partial-views asp.net-mvc-views
MVC5 view drop down list

In a C# MVC5 Internet application view, how can I display a dropdown list for a user to select a …

c# asp.net-mvc-5 html.dropdownlistfor asp.net-mvc-views
How to render a Section in a Partial View in MVC3?

In a MVC3 project, I have a "_Layout.vbhtml" file with this code <!DOCTYPE html> <html> &…

asp.net-mvc asp.net-mvc-3 razor asp.net-mvc-partialview asp.net-mvc-views
Minify HTML output from an ASP.Net MVC Application

This is likely a duplicate of the below question but the only answer is a dead link: Minify Html output …

asp.net asp.net-mvc minify asp.net-mvc-views
how to pass data from View to Controller using ajax get or post in mvc with parameters

I am trying to pass data from View to Controller Action Method using ajax as follows:- I have Membership …

asp.net-mvc jquery parameter-passing viewbag asp.net-mvc-views
Add CSS class to Html.ActionLink

I want to style a link in my page and am using Html.ActionLink to create the link. The problem …

css asp.net-mvc-3 asp.net-mvc-views
mvc httppost href parameters

I'm currently working in ASP.NET MVC 4 with EF 4.0. I have an unordered list with listitems. Each listitem contains a …

c# asp.net-mvc c#-4.0 asp.net-mvc-views asp.net-mvc-controller
ASP.NET MVC 2 Model with array/list

I am in the process of creating my first site in ASP.NET MVC, it is a kind of learn …

asp.net-mvc-2 models asp.net-mvc-views
How do I upload a file to Azure blob storage from a MVC view

I am coding a MVC5 internet application and would like some help to upload a file from my own filesystem …

azure file-upload asp.net-mvc-5 azure-storage-blobs asp.net-mvc-views
ASP.NET MVC Render View to a string for emailing

I want to use MVC views to create the body for an email and I have come across this (http://…

asp.net-mvc asp.net-mvc-2 asp.net-mvc-views