Search Results for

    Show / Hide Table of Contents
    View Source

    Class ManagementApiJsonOutputFormatter

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.Filters
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ManagementApiJsonOutputFormatter : SystemTextJsonOutputFormatter

    Constructors

    View Source

    ManagementApiJsonOutputFormatter(JsonSerializerOptions)

    Declaration
    public ManagementApiJsonOutputFormatter(JsonSerializerOptions jsonSerializerOptions)
    Parameters
    Type Name Description
    System.Text.Json.JsonSerializerOptions jsonSerializerOptions

    Methods

    View Source

    RegisterJsonConverters(JsonSerializerOptions)

    Declaration
    protected static JsonSerializerOptions RegisterJsonConverters(JsonSerializerOptions serializerOptions)
    Parameters
    Type Name Description
    System.Text.Json.JsonSerializerOptions serializerOptions
    Returns
    Type Description
    System.Text.Json.JsonSerializerOptions
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ManagementApiJsonOutputFormatter(JsonSerializerOptions)
    • Methods
      • RegisterJsonConverters(JsonSerializerOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX