BindingSource.IsFromRequest 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.
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.