René Spišák
René Spišák
I'm using SVG icons in application, but sanitizer removes it. Tried to allow `svg` tag, but it is not working. All svg nested tags are removed. ```c# sanitizer.AllowedTags.Add("svg") ``` How...
I need to use ClientId provided as parametr in controller's method as POST data. Is there any way? ```c# public async Task GetData([FromBody] SearchModel model) { var clientId = model.ClientId;...
### Feature/Enhancement Description `translate and replace` needs a specified `source language` and `target language`, even though there is already an option to specify the `target language`. There are many situations...
I would like to know how to install this nuget. I found somewhere I need to put it to `Directory.Build.targets` as SDK reference ``` ``` But I found on other...