MvcCompatibilityOptions Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This API is obsolete and will be removed in a future version. Consider removing usages.
Ein Optionstyp zum Konfigurieren der Anwendung CompatibilityVersion.
public ref class MvcCompatibilityOptions
public class MvcCompatibilityOptions
[System.Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.", DiagnosticId="ASP5001", UrlFormat="https://aka.ms/aspnetcore-warnings/{0}")]
public class MvcCompatibilityOptions
type MvcCompatibilityOptions = class
[<System.Obsolete("This API is obsolete and will be removed in a future version. Consider removing usages.", DiagnosticId="ASP5001", UrlFormat="https://aka.ms/aspnetcore-warnings/{0}")>]
type MvcCompatibilityOptions = class
Public Class MvcCompatibilityOptions
- Vererbung
-
MvcCompatibilityOptions
- Attribute
Hinweise
Die primäre Möglichkeit zum Konfigurieren der Anwendung CompatibilityVersion ist das Aufrufen SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion) von oder SetCompatibilityVersion(IMvcCoreBuilder, CompatibilityVersion).
Konstruktoren
MvcCompatibilityOptions() |
Veraltet.
Ein Optionstyp zum Konfigurieren der Anwendung CompatibilityVersion. |
Eigenschaften
CompatibilityVersion |
Veraltet.
Ruft das konfigurierte CompatibilityVersionder Anwendung ab oder legt sie fest. |