I think you need a _ViewStart.cshtml in your Views folder which should have the following in it: @{ Layout = "~/Views/Shared/_Layout.cshtml"; }.
確定! 回上一頁