Class WebPageLoadError

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    It is a class for load error of page of web view.

    public class WebPageLoadError : Disposable
    Inheritance
    object
    Disposable
    WebPageLoadError

    Properties

    View Source

    Code

    Queries code for this error.

    Declaration
    public WebPageLoadError.ErrorCode Code { get; }
    Property Value
    Type Description
    WebPageLoadError.ErrorCode
    View Source

    Description

    Queries description for this error.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string
    View Source

    Type

    Queries type for this error.

    Declaration
    public WebPageLoadError.ErrorType Type { get; }
    Property Value
    Type Description
    WebPageLoadError.ErrorType
    View Source

    Url

    Queries failing URL for this error.

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX