Click or drag to resize

IUriLoaderCacheGetETag Method

Gets the ETag for the given URI.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
string GetETag(
	Uri u
)

Parameters

u
Type: SystemUri
URI.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Parsing.IUriLoaderCache.GetETag(System.Uri)"]

Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown if there is no ETag for the given URI.
Remarks

Calling code MUST always use the HasETag() method prior to using this method so it should be safe to throw the KeyNotFoundException if there is no ETag for the given URI.

See Also