Contents

mainFrameURL

The URL that the main frame loads.

Declaration

var mainFrameURL: String! { get set }

Discussion

Functionally equivalent to invoking [[webView mainFrame] loadRequest:[NSURLRequest requestWithURL: [NSURL URLWithString:URLString]]].

See Also

Getting and Setting Frame Contents