Share via


IResponseFormatHandler.FriendlyName Property

 

Gets the preferred friendly name for the handled format.

Namespace:   Microsoft.Web.Mvc.Resources
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

string FriendlyName { get; }
property String^ FriendlyName {
    String^ get();
}
abstract FriendlyName : string with get
ReadOnly Property FriendlyName As String

Property Value

Type: System.String

The preferred friendly name for the handled format.

See Also

IResponseFormatHandler Interface
Microsoft.Web.Mvc.Resources Namespace

Return to top