Click or drag to resize

NLogRequestPostedBodyModuleAllowContentTypes Property

Prefix and suffix values to be accepted as ContentTypes. Ex. key-prefix = "application/" and value-suffix = "json"

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax
public IList<KeyValuePair<string, string>> AllowContentTypes { get; set; }

Property Value

Type: IListKeyValuePairString, String
See Also