Skip to content

Commit

Permalink
Update api-explorer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 13, 2023
1 parent 09c9459 commit 674ccb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MyApp/_pages/api-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<IdResponse>, IPost, ICreateDb<Customers>
public class CreateCustomers : IReturn<IdResponse>, IPost, ICreateDb<Customers>
{
[Input(Placeholder = "me@email.com", Type = "email", Label = "Personal Email Address")]
public string Email { get; set; }
Expand Down

0 comments on commit 674ccb1

Please sign in to comment.