Table of Contents

Class TrustUrlCheckAttribute

Attach this attribute to a VRCUrl field to indicate that it should be checked for trusted URL.

public class TrustUrlCheckAttribute : PropertyAttribute
Inheritance
TrustUrlCheckAttribute
Extension Methods

Remarks

This will also check if the URL is valid and supported by the target usage.

Constructors

TrustUrlCheckAttribute(TrustedUrlTypes)

Create a new instance of TrustUrlCheckAttribute.

public TrustUrlCheckAttribute(TrustedUrlTypes type)

Parameters

type TrustedUrlTypes

The type of trusted URL.

Fields

type

public readonly TrustedUrlTypes type

Field Value

TrustedUrlTypes