Show / Hide Table of Contents

Class MvcCoreBuilderExtensions

Inheritance
object
MvcCoreBuilderExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Json
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class MvcCoreBuilderExtensions

Methods

AddAbpJson(IMvcCoreBuilder)

Declaration
public static IMvcCoreBuilder AddAbpJson(this IMvcCoreBuilder builder)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder
Returns
Type Description
Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
In This Article
Back to top Powered by Volosoft