ConfigureCompatibilityOptions<TOptions>.Version Property

Definition

Gets the CompatibilityVersion configured for the application.

protected:
 property Microsoft::AspNetCore::Mvc::CompatibilityVersion Version { Microsoft::AspNetCore::Mvc::CompatibilityVersion get(); };
protected Microsoft.AspNetCore.Mvc.CompatibilityVersion Version { get; }
member this.Version : Microsoft.AspNetCore.Mvc.CompatibilityVersion
Protected ReadOnly Property Version As CompatibilityVersion

Property Value

Applies to