mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / BaseURL Property
In This Topic
    BaseURL Property
    In This Topic
    Description

    Sets or retrieves the Base URL of the Main Frame.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property BaseURL As String
    Return Type

    Returns current property value.

    Remarks

    BaseURL is normally set together with URL when loading pages from a disk web for the purpose of HTML5 Editing.

    Base URL should be set when setting HTML5 markup using the HTML property, for the purpose of Editing.

    Base URL is used for resolving relative URLs of resources in the loaded page, when this page loaded from a disk-web.

    Base URL is used for editing disk-web HTML5 pages while their resources such as Scripts, Images, Videos, Audio, etc. are located on a web server.

    The Base URL enables loading assets from the web server instead of the local file system and should be used together with URL property.

    See Also