PageViewLocationExpander Classe

Définition

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é.

S’applique à