Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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).