pathname

The value of pathname for the PODSLocation object.

Interface

PODSLocation

IDL definition
attribute PODSString pathname;
JavaScript synopsis
loc.pathname
loc.pathname = pathname
C synopsis
PODSString PODSgetPathname(PODSLocation* loc);
void PODSsetPathname(
  PODSLocation* loc,
  PODSString pathname
);
Parameters
  • loc   The PODSLocation object.

  • pathname   [in] The value for pathname for the PODSLocation object.

Returns

Getter: The value of pathname for the PODSLocation object.

Setter: None

Remarks

pathname specifies the URL-path portion of the URL, omitting any hash (anchor) portion present.

See also

href, hash