BindingSource.IsFromRequest Property

Definition

Gets a value indicating whether or not the binding source uses input from the current HTTP request.

public:
 property bool IsFromRequest { bool get(); };
public bool IsFromRequest { get; }
member this.IsFromRequest : bool
Public ReadOnly Property IsFromRequest As Boolean

Property Value

Remarks

Some sources (like Services) are based on application state and not user input. These are excluded by default from ApiExplorer diagnostics.

Applies to