Class TrustUrlCheckAttribute
- Namespace
- JLChnToZ.VRC.Foundation
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
typeTrustedUrlTypesThe type of trusted URL.
Fields
type
public readonly TrustedUrlTypes type