MLS-Touch is Now Available for Stratus Users

Jan 30, 2024

OneKey® MLS recently announced the launch of MLS-Touch, your MLS on the Go for Stratus users.  MLS-Touch is a premium mobile app and is a OneKey® MLS subscriber benefit.  Download the app from the Apple Store or Google Play.

Need additional help?  You can access information on MLS-Touch here: https://www.onekeymlsny.com/mls-touch. 

 

protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }