PDA

View Full Version : معادل Response.ClearContent در mvc.core چیست



Iran58
سه شنبه 28 تیر 1401, 14:57 عصر
سلام
معادل کدهای زیر در mvc.core چیست

this.Response.ClearContent();
this.Response.ClearHeaders();
this.Response.ContentType = "application/pdf";
this.Response.ContentEncoding = Encoding.UTF8;
this.Response.AddHeader("Content-Length", stream.Length.ToString());
this.Response.BinaryWrite(stream.ToArray());

ClearContent
ClearHeaders
ContentEncoding
AddHeader
BinaryWrite