Namespace: Couchbase.AnnotationsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic AspMvcAreaMasterLocationFormatAttribute(
string format
)
public AspMvcAreaMasterLocationFormatAttribute(
string format
)
Public Sub New (
format As String
)
Public Sub New (
format As String
)
public:
AspMvcAreaMasterLocationFormatAttribute(
String^ format
)
public:
AspMvcAreaMasterLocationFormatAttribute(
String^ format
)
new :
format : string -> AspMvcAreaMasterLocationFormatAttribute
new :
format : string -> AspMvcAreaMasterLocationFormatAttribute
Parameters
- format
- Type: System.String
[Missing <param name="format"/> documentation for "M:Couchbase.Annotations.AspMvcAreaMasterLocationFormatAttribute.#ctor(System.String)"]
See Also