Class EnableClientLoggingAttribute
This parameter will be binded from the Request Cookies.
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Module|AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class EnableClientLoggingAttribute : Attribute
- Inheritance
-
objectAttributeEnableClientLoggingAttribute
Constructors
EnableClientLoggingAttribute()
public EnableClientLoggingAttribute()
EnableClientLoggingAttribute(int)
public EnableClientLoggingAttribute(int MaxLogs)
Parameters
MaxLogs
int
Fields
MaxLogs
Set max allowed client-side logging messages. Use value -1 for unlimited and 0 for Disabled. Default value is 100
public int MaxLogs
Field Value
Methods
IsDefaultAttribute()
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
public override bool IsDefaultAttribute()