Google Cloud reCAPTCHA Enterprise v1 API - Class FirewallAction.Types.SubstituteAction (2.12.0)

public sealed class FirewallAction.Types.SubstituteAction : IMessage<FirewallAction.Types.SubstituteAction>, IEquatable<FirewallAction.Types.SubstituteAction>, IDeepCloneable<FirewallAction.Types.SubstituteAction>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FirewallAction.Types.SubstituteAction.

A substitute action transparently serves a different page than the one requested.

Inheritance

object > FirewallAction.Types.SubstituteAction

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

SubstituteAction()

public SubstituteAction()

SubstituteAction(SubstituteAction)

public SubstituteAction(FirewallAction.Types.SubstituteAction other)
Parameter
NameDescription
otherFirewallActionTypesSubstituteAction

Properties

Path

public string Path { get; set; }

Optional. The address to redirect to. The target is a relative path in the current host. Example: "/blog/404.html".

Property Value
TypeDescription
string