Data portal options.
More...
|
| string | VersionRoutingTag [get, set] |
| | Gets or sets a value representing the application version for use in server-side data portal routing.
|
◆ DataPortalOptions()
| Csla.Configuration.DataPortalOptions.DataPortalOptions |
( |
CslaOptions | cslaOptions | ) |
|
|
inline |
Creates an instance of the type.
- Parameters
-
- Exceptions
-
| ArgumentNullException | cslaOptions is null. |
◆ VersionRoutingTag
| string Csla.Configuration.DataPortalOptions.VersionRoutingTag |
|
getset |
Gets or sets a value representing the application version for use in server-side data portal routing.
Application version used to create data portal routing tag (can not contain '-' or '/'). If this value is set then you must use the .NET Core server-side data portal endpoint as a router so the request can be routed to another app server that is running the correct version of the application's assemblies.
The documentation for this class was generated from the following file: