Table of Contents

UseTimeMeasureProfiler Property

Definition

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

true if 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.