struct Blueprint::HTML::Builder

Overview

EXPERIMENTAL

Included Modules

Defined in:

blueprint/html/builder.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Blueprint::HTML

to_html : String
to_html(&) : String
to_html

Class methods inherited from module Blueprint::HTML

build(&) : String build

Instance methods inherited from module Blueprint::HTML::Utils

unsafe_raw(content : String) : Nil
unsafe_raw(&) : Nil
unsafe_raw

Macros inherited from module Blueprint::HTML::ElementRegistrar

register_element(method_name, tag = nil) register_element, register_empty_element(method_name, tag = nil) register_empty_element, register_void_element(method_name, tag = nil) register_void_element

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.build(&) : String #

[View source]

Instance Method Detail

def build(&) : String #

[View source]
def initialize #

[View source]