Click or drag to resize

ContentConverterProviderRegisterConverter Method

Register new content converter.

Namespace:  ASDSoft.WebSigner.Server.Content.Converters
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public void RegisterConverter(
	string name,
	IContentConverter converter
)

Parameters

name
Type: SystemString
Name of registered content converter
converter
Type: ASDSoft.WebSigner.Server.Content.ConvertersIContentConverter
Instance of content converter
Exceptions
ExceptionCondition
ArgumentExceptionAn element with the same key already exists in the Dictionary.
See Also