first you have to define your model in your MVC Model folder. but when I add this to Page
Inherits="System.Web.Mvc.ViewPage<MyProject.Models.MyModel>" then I get the following Error :
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<MyModel>" %>
<%@ Import Namespace="MyProject.Models" %>
<%@ Import Namespace="MyProject.Models" %>
No comments:
Post a Comment