AcManager.Pages.Drive.Srs.StyleProvider.GetStyle C# (CSharp) Method

GetStyle() public method

public GetStyle ( string url ) : string
url string
return string
            public string GetStyle(string url) {
                return SettingsHolder.Live.SrsCustomStyle && url.StartsWith(@"http://www.simracingsystem.com") ?
                        GetCustomStyle() : null;
            }
        }