IConventionProvider.

GetAll(HostType) Method

Summary

Gets a all the conventions from the provider filtered by host type

Syntax

IEnumerable<DelegateOrConvention> GetAll(HostType hostType = 0)

Parameters

Name Type Description
hostType HostType The host type.

Return Value

Type Description
IEnumerable<DelegateOrConvention>