作者:zuoyi88713 | 来源:互联网 | 2023-07-30 14:35
问题RT 以前在asp.net中创建masterpage的时候可以选择masterpage但是在mvc中创建mvcviewmasterpage的时候没有选。。。最佳回答在share
问题
RT
以前在asp.net中创建 masterpage的时候可以选择masterpage
但是在mvc中创建 mvc view master page 的时候没有选。。。
最佳回答
在share的文件夹下建一个母版页,在这个母版页中手动嵌套另一个母版页
代码
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site1.master.cs" Inherits="MvcApplication1.Views.Shared.Site1"
MasterPageFile="~/Views/Shared/Site.Master"%>
<asp:Content ID="indexTitle" ContentPlaceHolderID="TitleContent" runat="server">
asp:Content>
<asp:Content ID="indexContent" ContentPlaceHolderID="MainContent" runat="server">
asp:Content>