Abp.Web.Common
Defines extension methods to to allow to configure ABP Web module.
Used to configure ABP Web Common module.
This module is used to use ABP in ASP.NET web applications.
Used to add/replace proxy script generators.
Default: true.
"jquery".
This class is used to build authorization script.
Gets JavaScript that contains all authorization information.
Used to configure ABP Web Common module.
If this is set to true, all exception and details are sent directly to clients on an error.
Default: false (ABP hides exception details from clients except special exceptions.)
Used to configure Api proxy scripting.
Used to configure Anti Forgery security settings.
Used to configure embedded resource system for web applications.
Used to create client scripts for custom config.
List of file extensions (without dot) to ignore for embedded resources.
Default extensions: cshtml, config.
This class is used to build feature system script.
Gets JavaScript that contains all feature information.
Represents an HTTP verb.
GET
POST
PUT
DELETE
OPTIONS
TRACE
HEAD
PATCH
Define interface to get localization JavaScript.
Gets JavaScript that contains all localization information in current culture.
Gets JavaScript that contains all localization information in given culture.
Culture to get script
Interface to minify JavaScript code.
This class is used to create standard responses for AJAX/remote requests.
Creates an object.
is set as true.
Creates an object with specified.
Indicates success status of the result
Creates an object with specified.
is set as true.
The actual result object
Creates an object with specified.
is set as false.
Error details
Used to indicate that the current user has no privilege to perform this request
This property can be used to redirect user to a specified URL.
Indicates success status of the result.
Set if this value is false.
Error details (Must and only set if is false).
This property can be used to indicate that the current user has no privilege to perform this request.
A special signature for AJAX responses. It's used in the client to detect if this is a response wrapped by ABP.
This class is used to create standard responses for AJAX requests.
The actual result object of AJAX request.
It is set if is true.
Creates an object with specified.
is set as true.
The actual result object of AJAX request
Creates an object.
is set as true.
Creates an object with specified.
Indicates success status of the result
Creates an object with specified.
is set as false.
Error details
Used to indicate that the current user has no privilege to perform this request
Used to store information about an error.
Error code.
Error message.
Error details.
Validation errors if exists.
Creates a new instance of .
Creates a new instance of .
Error message
Creates a new instance of .
Error code
Creates a new instance of .
Error code
Error message
Creates a new instance of .
Error message
Error details
Creates a new instance of .
Error code
Error message
Error details
Adds an exception converter that is used by method.
Converter object
This interface is used to build objects.
Creates a new instance of using the given object.
The exception object
Created object
Adds an object.
Converter
This interface can be implemented to convert an object to an object.
Implements Chain Of Responsibility pattern.
Next converter. If this converter decide this exception is not known, it can call Next.Convert(...).
Converter method.
The exception
Error info or null
Used to store information about a validation error.
Validation error message.
Relate invalid members (fields/properties).
Creates a new instance of .
Creates a new instance of .
Validation error message
Creates a new instance of .
Validation error message
Related invalid members
Creates a new instance of .
Validation error message
Related invalid member
Used to create client scripts for multi-tenancy.
Used to generate navigation scripts.
Used to generate navigation scripts.
Common configuration shared between ASP.NET Core, ASP.NET MVC and ASP.NET Web API.
Get/sets cookie name to transfer Anti Forgery token between server and client.
Default value: "XSRF-TOKEN".
Get/sets header name to transfer Anti Forgery token from client to the server.
Default value: "X-XSRF-TOKEN".
Usd to find auth cookie when validating Anti Forgery token.
Schema name to get auth cookie during anti-forgery validation
This interface is internally used by ABP framework and normally should not be used by applications.
If it's needed, use
and cast to
to use
method.
Used to create client scripts for session.
Define interface to get setting scripts
Gets JavaScript that contains setting values.
This class is used to build setting script.
Define interface to get timing scripts
Gets JavaScript that contains all feature information.
This class is used to build timing script.