Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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