Controller.Profile Property

Definition

Gets the HTTP context profile.

public System.Web.Profile.ProfileBase Profile { get; }
member this.Profile : System.Web.Profile.ProfileBase
Public ReadOnly Property Profile As ProfileBase

Property Value

The HTTP context profile.

Applies to