System.Html.DOMParser.ParseFromString C# (CSharp) Méthode

ParseFromString() public méthode

public ParseFromString ( string str, DOMParserSupportedType type ) : DocumentBase
str string
type DOMParserSupportedType
Résultat System.Xml.DocumentBase
        public DocumentBase ParseFromString(string str, DOMParserSupportedType type)
        {
            return default(DocumentBase);
        }