IHostingConvention Interface

Summary

IHostingConvention Implements the IConvention<TContext>
graph BT Type-.->Interface0["IConvention<IHostingConventionContext>"] Type-.->Interface1["IConvention"] click Interface1 "/api/Rocket.Surgery.Conventions/IConvention" Type["IHostingConvention"] class Type type-node Implementing0["HostingMetricsConvention"]-.->Type click Implementing0 "/api/Rocket.Surgery.Hosting.Metrics/HostingMetricsConvention" Implementing1["SerilogHostingConvention"]-.->Type click Implementing1 "/api/Rocket.Surgery.Hosting.Serilog.Conventions/SerilogHostingConvention" Implementing2["AspNetCoreMetricsConvention"]-.->Type click Implementing2 "/api/Rocket.Surgery.AspNetCore.Metrics/AspNetCoreMetricsConvention"

Syntax

public interface IHostingConvention : IConvention<IHostingConventionContext>, IConvention

Extension Methods

See Also