ViewLocationExpanderContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context for containing information for IViewLocationExpander.
public ref class ViewLocationExpanderContext
public class ViewLocationExpanderContext
type ViewLocationExpanderContext = class
Public Class ViewLocationExpanderContext
- Inheritance
-
ViewLocationExpanderContext
Constructors
ViewLocationExpanderContext(ActionContext, String, String, String, Boolean) |
Initializes a new instance of ViewLocationExpanderContext. |
ViewLocationExpanderContext(ActionContext, String, String, String, String, Boolean) |
Initializes a new instance of ViewLocationExpanderContext. |
Properties
ActionContext |
Gets the ActionContext for the current executing action. |
AreaName |
Gets the area name. |
ControllerName |
Gets the controller name. |
IsMainPage |
Determines if the page being found is the main page for an action. |
PageName |
Gets the page name. This will be the value of the |
Values |
Gets or sets the IDictionary<TKey,TValue> that is populated with values as part of PopulateValues(ViewLocationExpanderContext). |
ViewName |
Gets the view name. |