cshtml 中的 AppState = Context.Application 和 控制器中的 Application 也相等

Posted webenh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cshtml 中的 AppState = Context.Application 和 控制器中的 Application 也相等相关的知识,希望对你有一定的参考价值。

 

AppState = Context.Application
@{
    ViewBag.Title = "Home Page";

    AppState["s1"] = "状态一";
}

<div class="jumbotron">
    <p>AppState: @AppState["s1"]</p>
    <p>Context.Application: @Context.Application["s1"]</p>
</div>

  

 

以上是关于cshtml 中的 AppState = Context.Application 和 控制器中的 Application 也相等的主要内容,如果未能解决你的问题,请参考以下文章

Appstate 不断在 Android 中的 React Native 中获得变化

TypeError:未定义不是对象(评估“appState.remove”)

App Engine Cloud Trace 是不是需要 AppState?

ReactNative: 使用AppState的API获取App的状态

从 appState 中选择 store inside store

使用 ActionReducerMap 注册 reducer 时出错:“不可分配给 type 'ActionReducerMap<AppState, Action>”