Class ContentFilter
Content filtering metadata associated with processing a single request. ContentFilter contains a reason and an optional supporting string. The reason may be unspecified.
public class ContentFilter
- Inheritance
-
objectContentFilter
Properties
Message
A string that describes the filtering behavior in more detail.
public string Message { get; set; }
Property Value
- string
Reason
The reason content was blocked during request processing.
public StopReason Reason { get; set; }