Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

JsonMediaTypeFormatter.MaxDepth Property

 

Gets or sets the maximum depth allowed by this formatter.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

public override sealed int MaxDepth { get; set; }

Property Value

Type: System.Int32

The maximum depth allowed by this formatter.

Return to top
Show: