FileResult Constructor

Initializes a new instance of the FileResult class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

new : 
        contentType:string -> FileResult

Parameters

contentType
Type: System.String
The type of the content.

ExceptionCondition
ArgumentException

The contentType parameter is a null reference (Nothing in Visual Basic) or empty.

Show: