IFrame constructor

IFrame([
  1. String? value
])

The <iframe> HTML element represents a nested browsing context, embedding another HTML page into the current one. Read more...

Implementation

IFrame([super.value]) {
  tag = 'iframe';
}