Class GeneratedClientAttribute
Used to tag generated service client classes with additional metadata that will be used when validatating the a generated service client actually matches an ASP.NET service implementation.
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class GeneratedClientAttribute : Attribute
Constructors
GeneratedClientAttribute(string)
Constructor.
Declaration
public GeneratedClientAttribute(string routeTemplate)
Parameters
Type | Name | Description |
---|---|---|
string | routeTemplate | The controller's route template. |
Properties
RouteTemplate
The route template.
Declaration
public string RouteTemplate { get; }
Property Value
Type | Description |
---|---|
string |