FilePathResult.FileName Property

Gets or sets the path of the file that is sent to the response.

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

'Declaration
Public Property FileName As String 
	Get 
	Private Set
'Usage
Dim instance As FilePathResult 
Dim value As String 

value = instance.FileName

Property Value

Type: System.String
The path of the file that is sent to the response.
Show: