Show / Hide Table of Contents

    Enum ParameterArrayFormat

    Defines the format of the array parameter.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum ParameterArrayFormat

    Fields

    Name Description
    CommaSeparated

    Comma separated values like "foo,bar".

    Multiple

    Corresponds to multiple parameter instances instead of multiple values for a single instance like "foo=bar&foo=baz".

    PipeSeparated

    Pipe separated values like "foo|bar".

    SpaceSeparated

    Space separated values like "foo bar".

    TabSeparated

    Tab separated values like "foo\tbar".

    Back to top Nevatech Sentinet 6.5 Online Documentation