Share via


ODataRouteBuilderExtensions.HasEnabledNullDynamicProperty Method

Definition

Check the null dynamic property is enable or not.

public static bool HasEnabledNullDynamicProperty (this Microsoft.AspNetCore.Routing.IRouteBuilder builder);
static member HasEnabledNullDynamicProperty : Microsoft.AspNetCore.Routing.IRouteBuilder -> bool
<Extension()>
Public Function HasEnabledNullDynamicProperty (builder As IRouteBuilder) As Boolean

Parameters

Returns

Applies to