Skip to content

CustomFormatterAttribute.GetOption<TType> method

Gets value of an option.

protected TType GetOption<TType>(string key)
parameter description
TType The type of the option.
key The option key.

Return Value

Option value

See Also