class Web::HTMLElement

Included Modules

Defined in:

frontend.cr

Instance Method Summary

Instance methods inherited from class Web::DomObject

dup : self dup

Instance Method Detail

def dup : self #
Description copied from class Reference

Returns a shallow copy of this object.

This allocates a new object and copies the contents of self into it.


def inner_html=(value : String) #

[View source]
def internal_setter_inner_html(value : String) : Nil #