AspMvcActionAttribute Constructor (String) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public AspMvcActionAttribute(
string anonymousProperty
)
Public Sub New (
anonymousProperty As String
)
public:
AspMvcActionAttribute(
String^ anonymousProperty
)
new :
anonymousProperty : string -> AspMvcActionAttribute
Parameters
- anonymousProperty
- Type: SystemString
See Also