예제 #1
0
        string RaiseRequestStyleSheet(string hrefSource)
        {
            if (hrefSource == null || RequestStyleSheet == null)
            {
                return null;
            }

            var e = new ContentManagers.TextRequestEventArgs(hrefSource);
            RequestStyleSheet(e);
            return e.TextContent;
        }
예제 #2
0
        //
        string RaiseRequestStyleSheet(string hrefSource)
        {
            if (hrefSource == null || RequestStyleSheet == null)
            {
                return(null);
            }

            var e = new ContentManagers.TextRequestEventArgs(hrefSource);

            RequestStyleSheet(e);
            return(e.TextContent);
        }