ConfigureCompatibilityOptions<TOptions>.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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