ControllerBuilder.Current Property

Definition

Gets the current controller builder object.

public static System.Web.Mvc.ControllerBuilder Current { get; }
member this.Current : System.Web.Mvc.ControllerBuilder
Public Shared ReadOnly Property Current As ControllerBuilder

Property Value

The current controller builder.

Applies to