Show / Hide Table of Contents

    Class EncodedUrlParameter

    Inheritance
    System.Object
    UrlParameter
    EncodedUrlParameter
    EncryptedParamsParam
    QueryParam
    UserCredentialsParam
    Inherited Members
    UrlParameter.GetId()
    UrlParameter.FormatValue()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: DocuWare.WebIntegration
    Assembly: DocuWare.WebIntegration.dll
    Syntax
    public abstract class EncodedUrlParameter : UrlParameter

    Constructors

    EncodedUrlParameter()

    Declaration
    public EncodedUrlParameter()

    Methods

    DecodeValue(String)

    Declaration
    public static string DecodeValue(string encodedValue)
    Parameters
    Type Name Description
    System.String encodedValue
    Returns
    Type Description
    System.String

    EncodeFormattedValue(String)

    Declaration
    public static string EncodeFormattedValue(string formValue)
    Parameters
    Type Name Description
    System.String formValue
    Returns
    Type Description
    System.String

    ParseEncoded(String, String)

    Base64url decodes the encoded value. From the paramId, determines the EncodedUrlParameter Subclass. Returns Subclass.ParseValue(decodedValue).

    Declaration
    public static void ParseEncoded(string paramId, string encodedValue)
    Parameters
    Type Name Description
    System.String paramId
    System.String encodedValue

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    UrlParameter.ToString()
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top