HttpContext.Response Ö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.
Bu isteğin HttpResponse nesnesini alır.
public:
abstract property Microsoft::AspNetCore::Http::HttpResponse ^ Response { Microsoft::AspNetCore::Http::HttpResponse ^ get(); };
public abstract Microsoft.AspNetCore.Http.HttpResponse Response { get; }
member this.Response : Microsoft.AspNetCore.Http.HttpResponse
Public MustOverride ReadOnly Property Response As HttpResponse