cookie class : Path getter

Description

Returns the Path attribute.

Syntax

instance.Path

Arguments

None.

Return value

ClassDescription
stringPath attribute.

Sample code

1:

browser br;

2:

cookie coo = br.GetCookie("Example");

3:

string path = coo.Path;

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.