Show / Hide Table of Contents

Interface IWebRequestResources

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Resources
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public interface IWebRequestResources

Methods

TryAdd(List<String>)

Declaration
List<string> TryAdd(List<string> resources)
Parameters
Type Name Description
System.Collections.Generic.List<System.String> resources
Returns
Type Description
System.Collections.Generic.List<System.String>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft