NamespaceSystemLibrary.Common.Framework
Framework service and middelware options
FrameworkOptions
public class FrameworkOptions
Inheritance
object
FrameworkOptions
Fields
Field Value
| Type | Description |
|---|---|
| Action<IEndpointRouteBuilder> |
Field Value
| Type | Description |
|---|---|
| Assembly[] |
Remarks
This sets area view locations
Field Value
| Type | Description |
|---|---|
| string[] |
Remarks
These endpoints will be called after StaticFiles, Routing, CookiePolicy, OutputCache, Authentication and Authorization, but before MVC
Field Value
| Type | Description |
|---|---|
| Action<IEndpointRouteBuilder> |
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Requires UseStaticFiles set to True, and the header 'max-age' cannot be added already in the response, if so this does nothing
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Requires UseStaticFiles set to True
Field Value
| Type | Description |
|---|---|
| string[] |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Remarks
Note: This is used when converting data in a response to a Model within a GET or POST method for instance, do not mix it with JSON Serialization, thats something else
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| bool |
Field Value
| Type | Description |
|---|---|
| IViewLocationExpander |
Remarks
This sets non-area view locations
Field Value
| Type | Description |
|---|---|
| string[] |
Extension Methods
}