-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: TemplateService to replace tokens in a string #3373
Comments
iJungleboy
added a commit
that referenced
this issue
May 6, 2024
iJungleboy
added a commit
that referenced
this issue
May 6, 2024
iJungleboy
added a commit
to 2sxc-dev/app-test-features
that referenced
this issue
May 6, 2024
iJungleboy
added a commit
that referenced
this issue
May 7, 2024
iJungleboy
added a commit
to 2sic/eav-server
that referenced
this issue
May 10, 2024
iJungleboy
added a commit
that referenced
this issue
May 10, 2024
iJungleboy
added a commit
that referenced
this issue
May 10, 2024
iJungleboy
added a commit
to 2sic/2sxc-docs
that referenced
this issue
May 10, 2024
iJungleboy
added a commit
to 2sic/eav-server
that referenced
this issue
May 14, 2024
iJungleboy
added a commit
that referenced
this issue
May 14, 2024
iJungleboy
added a commit
that referenced
this issue
May 14, 2024
iJungleboy
added a commit
to 2sic/eav-server
that referenced
this issue
May 21, 2024
iJungleboy
added a commit
that referenced
this issue
May 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a
[x] feature request
...about
[x] Razor templating
Current Behavior / Expected Behavior
There are various cases where a string should be able to contain placeholders, which would then be replaced by things such as the date-time or values from an entity.
Internally 2sxc has this functionality, but it's not available on the public API, so we want to make this possible.
Steps ca.
ITemplateService
Parse("string")
mechanism or somethingYour environment
The text was updated successfully, but these errors were encountered: