You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(context.ActionDescriptorisControllerActionDescriptor{ActionName:"Post"
or "Patch"
or "Delete"}){}// should be something likeif(context.ActionDescriptorisControllerActionDescriptor{ActionName:"Post" or "Patch" or "Delete"}){}// although that could also require more breaking with long strings, which maybe should be formatted likeif(context.ActionDescriptorisControllerActionDescriptor{ActionName:"MuchLongerStringValue"
or "MuchLongerStringValue"
or "MuchLongerStringValue"}){}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: