FormatManager.Current Property
Gets or sets the current value for the format manager.
Namespace: Microsoft.Web.Mvc.Resources
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public static FormatManager Current { get; set; }
public:
property FormatManager^ Current {
static FormatManager^ get();
static void set(FormatManager^ value);
}
static member Current : FormatManager with get, set
Public Shared Property Current As FormatManager
Property Value
Type: Microsoft.Web.Mvc.Resources.FormatManager
The current value for the format manager.
See Also
FormatManager Class
Microsoft.Web.Mvc.Resources Namespace
Return to top