tabeshR
tabeshR
I cant use it I work with asp net core 3.1 ` app.UseIpRateLimiting(); app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index}/{id?}"); }); ` and also ` "GeneralRules": [ { "Endpoint":...
Hi I want to edit the form after I created it I Should Pass It To Form Creator And Then Edit It, How Can I Do That ?
Hi, I want to change the language and I wrote this code `class SurveyCreator extends Component { surveyCreator; componentDidMount() { let options = { showEmbededSurveyTab: true }; this.surveyCreator = new...