IFromBodyMetadata Interface

Definition

Interface marking attributes that specify a parameter should be bound using the request body.

public interface IFromBodyMetadata
type IFromBodyMetadata = interface
Public Interface IFromBodyMetadata
Derived

Properties

AllowEmpty

Gets whether empty input should be rejected or treated as valid.

Applies to