Director Javascript Library (Document! X Sample)
(Global) Namespace / Router type / strict Field
In This Topic
    strict Field
    In This Topic
    If set to false, then trailing slashes (or other delimiters) are allowed in routes. Default is true.
    Syntax
    var instance = new Router();
    var value; // Type: boolean
    value = instance.strict;
    var strict : boolean;
    Browser Compatibility
    8
    5
    5
    See Also

    Reference

    Router type