Share via


FormatManager.FormatHelper Property

 

Gets or sets the base class for content negotiation support.

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

Syntax

public FormatHelper FormatHelper { get; set; }
public:
property FormatHelper^ FormatHelper {
    FormatHelper^ get();
    void set(FormatHelper^ value);
}
member FormatHelper : FormatHelper with get, set
Public Property FormatHelper As FormatHelper

Property Value

Type: Microsoft.Web.Mvc.Resources.FormatHelper

The base class for content negotiation support.

See Also

FormatManager Class
Microsoft.Web.Mvc.Resources Namespace

Return to top