Click or drag to resize

ContentConverterProviderGetRegisteredConverters Method

Return collection of names for all registered content converters.

Namespace:  ASDSoft.WebSigner.Server.Content.Converters
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public IEnumerable<string> GetRegisteredConverters()

Return Value

Type: IEnumerableString
Name of registerd content converter.
See Also