Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
First Page from URL
#6
CustomContentHandlers will work. I keep forgetting that there are two options in that area. The other option is to pass the form as a parameter. You could then use the OnGetMainForm event in the server controller.

Your URL would be a little different: http://mydomain.com:8888/$/start/?blue.html. The server would see "blue" as WebApplication.RunParams[0]. You would use that in your logic for the event.
Reply


Messages In This Thread
First Page from URL - by AllBars - 04-21-2018, 01:55 PM
RE: First Page from URL - by DanielFields - 04-21-2018, 07:30 PM
RE: First Page from URL - by DanBarclay - 04-23-2018, 02:00 AM
RE: First Page from URL - by AllBars - 04-23-2018, 09:33 AM
RE: First Page from URL - by DanBarclay - 04-24-2018, 12:16 AM
RE: First Page from URL - by DanielFields - 04-24-2018, 04:42 AM
RE: First Page from URL - by AllBars - 04-24-2018, 04:31 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)