System.Html.DOMParser.ParseFromString C# (CSharp) 메소드

ParseFromString() 공개 메소드

public ParseFromString ( string str, DOMParserSupportedType type ) : DocumentBase
str string
type DOMParserSupportedType
리턴 System.Xml.DocumentBase
        public DocumentBase ParseFromString(string str, DOMParserSupportedType type)
        {
            return default(DocumentBase);
        }