The InternalUrls type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConvertInternalUrlsToPublic |
Converts internal urls to public ones in a given html fragment
| |
| DataTypeSupported |
Indicates whether internal urls can be generated for the specified data type.
| |
| Register(IInternalUrlConverter) |
Registers an internal url converter.
| |
| Register(Type, IInternalUrlProvider) |
Register an internal url provider.
| |
| TryBuildInternalUrl |
Gets an internal url for the specified data reference.
| |
| TryConvertInternalUrlToPublic |
Tries to convert an internal url to a public one, returns the original value if failed.
| |
| TryParseInternalUrl |
Tries to parse an internal url, returns a Field Valuenull if failed. |