-
Notifications
You must be signed in to change notification settings - Fork 494
How can a Implement Custom validation? #1633
-
public Task DoSomething([Frombody] Custom body){}
public class Custom
{
public string Value{get;set;}
}
How do i over ride the validation method to return some thing other than the generic validation failure response.
Beta Was this translation helpful? Give feedback.
All reactions
@tsaideepak7 Could you please elaborate your scenario, how are you using Lambda annotations for your use case and share sample code solution (if possible)?
Replies: 3 comments
-
@tsaideepak7 Could you please elaborate your scenario, how are you using Lambda annotations for your use case and share sample code solution (if possible)?
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello! Reopening this discussion to make it searchable.
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello! Reopening this discussion to make it searchable.
Beta Was this translation helpful? Give feedback.