PageBase.PageContext Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
public:
property Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ PageContext { Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ get(); void set(Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ value); };
public Microsoft.AspNetCore.Mvc.RazorPages.PageContext PageContext { get; set; }
member this.PageContext : Microsoft.AspNetCore.Mvc.RazorPages.PageContext with get, set
Public Property PageContext As PageContext