diff --git a/MyApp/_pages/api-explorer.md b/MyApp/_pages/api-explorer.md index 50307ce93..6ef0b3dab 100644 --- a/MyApp/_pages/api-explorer.md +++ b/MyApp/_pages/api-explorer.md @@ -695,8 +695,7 @@ Values for `InputInfo` are merged with the `[Input]` attribute that can be used This allows you to keep the default layout while still controlling `Input` options directly on your Request DTO class. ```csharp -public class CreateCustomers - : IReturn, IPost, ICreateDb +public class CreateCustomers : IReturn, IPost, ICreateDb { [Input(Placeholder = "me@email.com", Type = "email", Label = "Personal Email Address")] public string Email { get; set; }