|
WebSControllerNameAttribute Constructor |
Namespace: DrawerBackup.Native.Server.WebS.ExtensionsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic WebSControllerNameAttribute(
string controllerName
)
Public Sub New (
controllerName As String
)
public:
WebSControllerNameAttribute(
String^ controllerName
)
new :
controllerName : string -> WebSControllerNameAttribute
Parameters
- controllerName
- Type: SystemString
See Also