Hunny Software Library Reference

DispositionType.Filename Property

Gets or sets the value of the filename parameter.

[Visual Basic]
Public Property Filename As String
[C#]
public string Filename {get; set;}

Property Value

The value of the filename parameter.

Remarks

This convenience property returns the value from the filename parameter, if present. If no filename parameter is present, an empty string is returned.

See Also

DispositionType Class | Hunny.Mime Namespace