ParameterBindingInfo.Prefix Property

Definition

Gets the prefix to use when the MVC framework binds a value to an action parameter or to a model property.

public virtual string Prefix { get; }
member this.Prefix : string
Public Overridable ReadOnly Property Prefix As String

Property Value

The prefix.

Applies to