Show / Hide Table of Contents

Class ApplicationPartSorter

This class is used to align order of the MVC Application Parts with the order of ABP module dependencies.

Inheritance
System.Object
ApplicationPartSorter
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: Volo.Abp.AspNetCore.Mvc
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class ApplicationPartSorter

Methods

Sort(ApplicationPartManager, IModuleContainer)

Declaration
public static void Sort(ApplicationPartManager partManager, IModuleContainer moduleContainer)
Parameters
Type Name Description
ApplicationPartManager partManager
IModuleContainer moduleContainer
Back to top Powered by Volosoft