Udostępnij za pośrednictwem


ActionConfiguration.IsAlwaysBindable Property

 

Whether this action can always be bound.

For example imagine an Watch action that can be bound to a Movie, it might not always be possible to Watch a movie, in which case IsAlwaysBindable would return false.

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public override bool IsAlwaysBindable { get; }
public:
property bool IsAlwaysBindable {
    virtual bool get() override;
}
override IsAlwaysBindable : bool with get
Public Overrides ReadOnly Property IsAlwaysBindable As Boolean

Property Value

Type: System.Boolean

See Also

ActionConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top