IRazorPageActivator.Activate(IRazorPage, ViewContext) Méthode
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.
En cas d’implémentation dans un type, active une page instanciée.
public:
void Activate(Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^ page, Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ context);
public void Activate (Microsoft.AspNetCore.Mvc.Razor.IRazorPage page, Microsoft.AspNetCore.Mvc.Rendering.ViewContext context);
abstract member Activate : Microsoft.AspNetCore.Mvc.Razor.IRazorPage * Microsoft.AspNetCore.Mvc.Rendering.ViewContext -> unit
Public Sub Activate (page As IRazorPage, context As ViewContext)
Paramètres
- page
- IRazorPage
Page à activer.
- context
- ViewContext
pour ViewContext la vue en cours d’exécution.