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