Ejemplo n.º 1
0
        public string HTMLGetRelations(string html, string url, AlchemyAPI_RelationParams parameters)
        {
            CheckHTML(html, url);
            parameters.setHtml(html);
            parameters.setUrl(url);

            return(POST("HTMLGetRelations", "html", parameters));
        }
Ejemplo n.º 2
0
        public string HTMLGetRelations(string html, string url, AlchemyAPI_RelationParams parameters)
        {
            CheckHTML(html, url);
            parameters.setHtml(html);
            parameters.setUrl(url);

            return POST("HTMLGetRelations", "html", parameters);
        }