ViewLocationExpanderContext 类

定义

一个上下文,用于包含 的信息 IViewLocationExpander

public ref class ViewLocationExpanderContext
public class ViewLocationExpanderContext
type ViewLocationExpanderContext = class
Public Class ViewLocationExpanderContext
继承
ViewLocationExpanderContext

构造函数

ViewLocationExpanderContext(ActionContext, String, String, String, Boolean)

初始化 ViewLocationExpanderContext 的新实例。

ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean)

初始化 ViewLocationExpanderContext 的新实例。

属性

ActionContext

ActionContext获取当前执行操作的 。

AreaName

获取区域名称。

ControllerName

获取控制器名称。

IsMainPage

确定找到的页面是否是操作main页。

PageName

获取页名。 这是从 Razor Pages 框架呈现页面时路由值的值 page 。 如果将视图呈现为控制器的结果,此值将为 null

Values

获取或设置使用 IDictionary<TKey,TValue> 值作为 的一部分填充的 PopulateValues(ViewLocationExpanderContext)

ViewName

获取视图名称。

适用于