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