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: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax
public IList<KeyValuePair<string, string>> AllowContentTypes { get; set; }

Property Value

Type: IListKeyValuePairString, String
See Also