YetaWF.Core.WebStartup Package Documentation

Display
Print

YetaWF.Core.WebStartup.StartupMVC6 Class

The class implementing all startup processing for a YetaWF website.

Namespace: YetaWF.Core.WebStartup
Assembly: YetaWF.Core.WebStartup

Inheritance

Syntax

public class StartupMVC6;

Constructors

PublicStartupMVC6Constructor.

Methods

PublicConfigureThis method gets called by the runtime. This method configures the HTTP request pipeline.
PublicConfigureServicesThis method gets called by the runtime. This method adds services to the container.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicStaticGetAppSettingsFileReturns an environment and runtime specific AppSettings.json file name.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicStaticGetHostingFileReturns an environment and runtime specific hosting.json file name.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicStaticMainThe main application entry point.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core.WebStartupYetaWF.Core