Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のビューページにはコード ビハインドがありません。
ヘッダーだけ:
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<HomePageViewModel>" %>
次に、次のように強く型付けされたモデルにアクセスできます。
<%= Model.Username %>
「Model」プロパティは自動的に型にキャストされます。