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