Hi there
is there any way to validate something against the base URL? I know that I could use a data driven value for the URL and then validate against that but it would be much easier if I could call the value of the baseURL in code and then use that for the validation.
Thanks
Carl
1 Answer, 1 is accepted
0
Accepted
Stoich
Telerik team
answered on 04 Feb 2013, 11:22 AM
Hi Carl,
I'm not sure I correctly understand what you're trying to achieve.
Regardless you can access the BaseURL value in code like so:
Manager.Settings.Web.BaseUrl
So if you wanted a step in that writes the BaseURL value to the Log it would look like this: