PageViewLocationExpander 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.
An IViewLocationExpander for PageView.
public ref class PageViewLocationExpander : Microsoft::AspNetCore::Mvc::Razor::IViewLocationExpander
public class PageViewLocationExpander : Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander
type PageViewLocationExpander = class
interface IViewLocationExpander
Public Class PageViewLocationExpander
Implements IViewLocationExpander
- Inheritance
-
PageViewLocationExpander
- Implements
Constructors
PageViewLocationExpander() |
Methods
ExpandViewLocations(ViewLocationExpanderContext, IEnumerable<String>) |
Invoked by a RazorViewEngine to determine potential locations for a view. |
PopulateValues(ViewLocationExpanderContext) |
Invoked by a RazorViewEngine to determine the values that would be consumed by this instance of IViewLocationExpander. The calculated values are used to determine if the view location has changed since the last time it was located. |