Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the resource file (class key) that contains localized string values.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Shared Property ResourceClassKey As String
Get
Set
'Usage
Dim value As String
value = ModelBinderConfig.ResourceClassKey
ModelBinderConfig.ResourceClassKey = value
public static string ResourceClassKey { get; set; }
public:
static property String^ ResourceClassKey {
String^ get ();
void set (String^ value);
}
static member ResourceClassKey : string with get, set
static function get ResourceClassKey () : String
static function set ResourceClassKey (value : String)
Property Value
Type: System.String
The name of the resource file (class key).