ModelBinderConfig.ResourceClassKey Property

 

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

public static string ResourceClassKey { get; set; }
public:
property String^ ResourceClassKey {
    static String^ get();
    static void set(String^ value);
}
static member ResourceClassKey : string with get, set
Public Shared Property ResourceClassKey As String

Property Value

Type: System.String

The name of the resource file (class key).

See Also

ModelBinderConfig Class
System.Web.Http.ModelBinding Namespace

Return to top