Class ProxyScriptingModel
Inheritance
ProxyScriptingModel
Assembly: Volo.Abp.Http.dll
Syntax
public class ProxyScriptingModel
Constructors
ProxyScriptingModel(string, bool)
Declaration
public ProxyScriptingModel(string generatorType, bool useCache = true)
Parameters
Type |
Name |
Description |
string |
generatorType |
|
bool |
useCache |
|
Properties
Actions
Declaration
public string[]? Actions { get; set; }
Property Value
Controllers
Declaration
public string[]? Controllers { get; set; }
Property Value
GeneratorType
Declaration
public string GeneratorType { get; set; }
Property Value
Modules
Declaration
public string[]? Modules { get; set; }
Property Value
Properties
Declaration
public IDictionary<string, string> Properties { get; set; }
Property Value
UseCache
Declaration
public bool UseCache { get; set; }
Property Value
Methods
IsPartialRequest()
Declaration
public bool IsPartialRequest()
Returns
Extension Methods