[This is preliminary documentation and is subject to change.]
Shortcut to AcceptTypes contaioning application/json
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public bool AcceptJson { get; set; }
[ConfigAttribute]
public bool AcceptJson { get; set; }
<ConfigAttribute>
Public Property AcceptJson As Boolean
Get
Set
<ConfigAttribute>
Public Property AcceptJson As Boolean
Get
Set
public:
[ConfigAttribute]
property bool AcceptJson {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute]
property bool AcceptJson {
bool get ();
void set (bool value);
}
[<ConfigAttribute>]
member AcceptJson : bool with get, set
[<ConfigAttribute>]
member AcceptJson : bool with get, set
Property Value
Type:
Boolean