Show / Hide Table of Contents

Class AbpMvcBuilderExtensions

Inheritance
System.Object
AbpMvcBuilderExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class AbpMvcBuilderExtensions

Methods

AddApplicationPartIfNotExists(IMvcBuilder, Assembly)

Declaration
public static void AddApplicationPartIfNotExists(this IMvcBuilder mvcBuilder, Assembly assembly)
Parameters
Type Name Description
IMvcBuilder mvcBuilder
System.Reflection.Assembly assembly

AddApplicationPartIfNotExists(IMvcCoreBuilder, Assembly)

Declaration
public static void AddApplicationPartIfNotExists(this IMvcCoreBuilder mvcCoreBuilder, Assembly assembly)
Parameters
Type Name Description
IMvcCoreBuilder mvcCoreBuilder
System.Reflection.Assembly assembly

AddIfNotContains(IList<ApplicationPart>, Assembly)

Declaration
public static void AddIfNotContains(this IList<ApplicationPart> applicationParts, Assembly assembly)
Parameters
Type Name Description
System.Collections.Generic.IList<ApplicationPart> applicationParts
System.Reflection.Assembly assembly
Back to top Powered by Volosoft