ConventionBasedStartup(StartupMethods) Constructor
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.
public:
ConventionBasedStartup(Microsoft::AspNetCore::Hosting::Internal::StartupMethods ^ methods);
public ConventionBasedStartup (Microsoft.AspNetCore.Hosting.Internal.StartupMethods methods);
new Microsoft.AspNetCore.Hosting.ConventionBasedStartup : Microsoft.AspNetCore.Hosting.Internal.StartupMethods -> Microsoft.AspNetCore.Hosting.ConventionBasedStartup
Public Sub New (methods As StartupMethods)
Parameters
- methods
- Microsoft.AspNetCore.Hosting.Internal.StartupMethods