ข้ามไปยังเนื้อหา

Enum RestEndpointBindingFallbackMode

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll

Describes a resolved REST request-binding fallback mode when the runtime preserves behavior beyond the explicit binding plan.

[JsonConverter(typeof(JsonStringEnumConverter<RestEndpointBindingFallbackMode>))]
public enum RestEndpointBindingFallbackMode

RestEndpointBindingFallbackModeExtensions.GetWireName(RestEndpointBindingFallbackMode)

PreserveRemainingBodyFallback = 2

Preserves the deterministic remaining request-body fallback surface for unbound properties on body-capable endpoints that still expose an explicit binding plan.

PreserveSourceImplicitFallback = 1

Preserves the remaining implicit fallback surface from the source shorthand projection.