UseTimeMeasureProfiler Property
Definition
- Namespace
- Cuemon.AspNetCore.Diagnostics
- Assemblies
- Cuemon.AspNetCore.dll
UseTimeMeasureProfiler
Gets or sets a value indicating whether to apply TimeMeasureProfiler automatically on action methods in a Controller.
public bool UseTimeMeasureProfiler { get; set; }
Property Value
- bool
trueif action methods in a Controller should time measuring automatically; otherwise,false.
Remarks
This property is only used in the context of a Global Filter for MVC.