Class WebRequestResources
Inheritance
System.Object
WebRequestResources
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.UI.Resources
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class WebRequestResources : IWebRequestResources, IScopedDependency
Constructors
WebRequestResources(IHttpContextAccessor)
Declaration
public WebRequestResources(IHttpContextAccessor httpContextAccessor)
Parameters
Type | Name | Description |
---|---|---|
IHttpContextAccessor | httpContextAccessor |
Properties
HttpContextAccessor
Declaration
protected IHttpContextAccessor HttpContextAccessor { get; }
Property Value
Type | Description |
---|---|
IHttpContextAccessor |
Resources
Declaration
protected Dictionary<string, List<string>> Resources { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
Methods
TryAdd(List<String>)
Declaration
public 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> |
Implements
IScopedDependency