Server Web page #175
Answered
by
jchristn
fjosegalan
asked this question in
Q&A
Server Web page
#175
|
Hello I am doing some tests to embed a simple web server to serve a single page from c#. I found this Waston solution, but I am bit confused about the capability to serve a single page, as far I saw/understood is more focused on API. Regards Fran |
Answered by
jchristn
Sep 11, 2025
Replies: 1 comment 2 replies
|
Hi @fjosegalan yes it is possible indeed. Please look into content routes, which can be assigned using e.g. The |
2 replies
Answer selected by
fjosegalan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fjosegalan yes it is possible indeed. Please look into content routes, which can be assigned using
server.Routes.PreAuthentication.Content.e.g.
The
Test.Defaultproject has an example of this as well, so you can run that project to see its behavior: