FileResult Constructor

Initializes a new instance of the FileResult class.

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

protected:
FileResult(
	String^ contentType
)

Parameters

contentType
Type: System::String

The type of the content.

ExceptionCondition
ArgumentException

The contentType parameter is nullptr or empty.

Show: