PageModel.PageContext Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene la estructura PageContext.
public:
property Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ PageContext { Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ get(); void set(Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ value); };
[Microsoft.AspNetCore.Mvc.RazorPages.PageContext]
public Microsoft.AspNetCore.Mvc.RazorPages.PageContext PageContext { get; set; }
[<Microsoft.AspNetCore.Mvc.RazorPages.PageContext>]
member this.PageContext : Microsoft.AspNetCore.Mvc.RazorPages.PageContext with get, set
Public Property PageContext As PageContext
Valor de propiedad
- Atributos