System.Html.Document.RegisterElement C# (CSharp) Méthode

RegisterElement() public static méthode

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

Same methods

Document::RegisterElement ( string name ) : object