System.Html.Document.RegisterElement C# (CSharp) Method

RegisterElement() public static method

public static RegisterElement ( string name, ElementRegistrationOptions options ) : object
name string
options ElementRegistrationOptions
return object
        public static object RegisterElement(string name, ElementRegistrationOptions options)
        {
            return null;
        }

Same methods

Document::RegisterElement ( string name ) : object