Forum Discussion
Russell Gove
Apr 22, 2017Iron Contributor
hi, how do i access querystring parameters from an spfx web-part.
hi, how do i access querystring parameters from an spfx web-part?
Mikael Svenson
Apr 25, 2017Iron Contributor
window.location.href - and manipulate it like any other javascript snippet. http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript code to easily access parameters.