我正在使用Razor Pages 并尝试从 ViewData 访问属性: @{ ViewData["Property"] = "Value"; } 我知道这有效: <h1>@ViewData["Property"] 但是,当我尝试使用点符号访问 ...
確定! 回上一頁