hash

The anchor name portion (string beginning with hash mark, #) of the current URL for the PODSLocation object.

Interface

PODSLocation

IDL definition
attribute PODSString hash;
JavaScript synopsis
loc.hash
loc.hash = hash
C synopsis
PODSString PODSgetHash(PODSLocation* loc);
void PODSsetHash(
  PODSLocation* loc,
  PODSString hash
);
Parameters
  • loc   The PODSLocation object.

  • hash   [in] The hash to set.

Returns

Getter: The anchor name portion (string beginning with hash mark, #) of the current URL.

Setter: None