Annotation Type | Description |
---|---|
IsSafeHtml |
A type annotation that represents values that are safe to use in a HTML context.
|
IsSafeUri |
A type annotation that represents values that are safe to use in a URI context.
|
IsTrustedResourceUri |
A type annotation that represents URIs referencing the application’s own, trusted resources.
|
SuppressIsSafeHtmlCastCheck |
Annotates methods that rely on potentially-unsafe type-annotation casts.
|
SuppressIsSafeUriCastCheck |
Annotates methods that rely on potentially-unsafe type-annotation casts.
|
SuppressIsTrustedResourceUriCastCheck |
Annotates methods that rely on potentially-unsafe type-annotation casts.
|