Show / Hide Table of Contents

Class EndpointRouteBuilderContext

Inheritance
object
EndpointRouteBuilderContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.AspNetCore.Routing
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class EndpointRouteBuilderContext

Constructors

EndpointRouteBuilderContext(IEndpointRouteBuilder, IServiceProvider)

Declaration
public EndpointRouteBuilderContext(IEndpointRouteBuilder endpoints, IServiceProvider scopeServiceProvider)
Parameters
Type Name Description
Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints
System.IServiceProvider scopeServiceProvider

Properties

Endpoints

Declaration
public IEndpointRouteBuilder Endpoints { get; }
Property Value
Type Description
Microsoft.AspNetCore.Routing.IEndpointRouteBuilder

ScopeServiceProvider

Declaration
public IServiceProvider ScopeServiceProvider { get; }
Property Value
Type Description
System.IServiceProvider

Extension Methods

AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
In This Article
Back to top Powered by Volosoft