Show / Hide Table of Contents

Class AbpMvcBuilderExtensions

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

Methods

AddAbpRazorRuntimeCompilation(IMvcCoreBuilder)

Declaration
public static void AddAbpRazorRuntimeCompilation(this IMvcCoreBuilder mvcCoreBuilder)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder mvcCoreBuilder

AddApplicationPartIfNotExists(IMvcBuilder, Assembly)

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

AddApplicationPartIfNotExists(IMvcCoreBuilder, Assembly)

Declaration
public static void AddApplicationPartIfNotExists(this IMvcCoreBuilder mvcCoreBuilder, Assembly assembly)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.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<T><ApplicationPart> applicationParts
System.Reflection.Assembly assembly
In This Article
Back to top Powered by Volosoft