HttpNoContentOutputFormatter.TreatNullValueAsNoContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether to select this formatter if the returned value from the action is null.
public:
property bool TreatNullValueAsNoContent { bool get(); void set(bool value); };
public bool TreatNullValueAsNoContent { get; set; }
member this.TreatNullValueAsNoContent : bool with get, set
Public Property TreatNullValueAsNoContent As Boolean