C# 클래스 Schumix.ExtraAddon.Commands.WebHelper

A class which provides useful methods for working with the world-wide web.
파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
GetWebTitle ( Uri url ) : string

Gets the title of the specified webpage.

메소드 상세

GetWebTitle() 공개 정적인 메소드

Gets the title of the specified webpage.
public static GetWebTitle ( Uri url ) : string
url System.Uri /// The webpage's URL. ///
리턴 string