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