C#C
C#4y ago
Zerraq

Replace a part from String

Hello guys, I need help with a string (URL is the value in the string)

basically my code picks the correct message-template from a JSON file. And now i want to replace the "BaseUri" and the "Id".

The value I get from the JSON:
"MessageTemplate": "@BaseUri/@id"

i want this to -> "https://google.com/id" (example)

I appreciate the help ❤️
Was this page helpful?