AspMvcActionAttribute Constructor (String) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic AspMvcActionAttribute(
string anonymousProperty
)
Public Sub New (
anonymousProperty As String
)
public:
AspMvcActionAttribute(
String^ anonymousProperty
)
new :
anonymousProperty : string -> AspMvcActionAttribute
Parameters
- anonymousProperty
- Type: SystemString
See Also