DefaultHttpControllerSelector.ControllerSuffix Field
Specifies the suffix string in the controller name.
Namespace: System.Web.Http.Dispatcher
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Shared ReadOnly ControllerSuffix As String
'Usage
Dim value As String
value = DefaultHttpControllerSelector.ControllerSuffix
public static readonly string ControllerSuffix
public:
static initonly String^ ControllerSuffix
static val ControllerSuffix: string
public static final var ControllerSuffix : String