This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
public ref class PhysicalFileResult : Microsoft::AspNetCore::Mvc::FileResult
public class PhysicalFileResult : Microsoft.AspNetCore.Mvc.FileResult
type PhysicalFileResult = class
inherit FileResult
Public Class PhysicalFileResult
Inherits FileResult
Inheritance
PhysicalFileResult
Executes the result operation of the action method synchronously. This method is called by MVC to process
the result of an action method.
(Inherited from
ActionResult
)
Executes the result operation of the action method asynchronously. This method is called by MVC to process
the result of an action method.
The default implementation of this method calls the
ExecuteResult(ActionContext)
method and
returns a completed task.