Share via


JsonFormatHandler.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

public string FriendlyName { get; }
public:
property String^ FriendlyName {
    virtual String^ get() sealed;
}
abstract FriendlyName : string with get
override FriendlyName : string with get
Public ReadOnly Property FriendlyName As String

Property Value

Type: System.String

The preferred friendly name for the handled format.

Implements

IResponseFormatHandler.FriendlyName

See Also

JsonFormatHandler Class
Microsoft.Web.Mvc.Resources Namespace

Return to top