PageViewLocationExpander Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
pour IViewLocationExpander 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
- Héritage
-
PageViewLocationExpander
- Implémente
Constructeurs
PageViewLocationExpander() |
pour IViewLocationExpander PageView. |
Méthodes
ExpandViewLocations(ViewLocationExpanderContext, IEnumerable<String>) |
Appelé par un RazorViewEngine pour déterminer les emplacements potentiels d’une vue. |
PopulateValues(ViewLocationExpanderContext) |
Appelé par un RazorViewEngine pour déterminer les valeurs qui seraient consommées par cette instance de IViewLocationExpander. Les valeurs calculées sont utilisées pour déterminer si l’emplacement de la vue a changé depuis la dernière fois qu’il a été localisé. |