SVGAElementBuilder.ReferrerPolicy

SVGAElementBuilder.ReferrerPolicy method

Sets the ‘referrerPolicy’ attribute of the SVG ‘a’ element, specifying how much of the referrer to send along with requests.

public SVGAElementBuilder ReferrerPolicy(ReferrerPolicy value)
ParameterTypeDescription
valueReferrerPolicyThe referrer policy as defined in the ReferrerPolicy enum.

Return Value

The current instance of SVGAElementBuilder for method chaining.

See Also