RawDataFromUri Method
            Creates a new 
RawData instance from an absolute 
Uri, 
            which references external data.
            
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public static RawData FromUri(
	Uri uri,
	string? mediaType = null
)
Public Shared Function FromUri ( 
	uri As Uri,
	Optional mediaType As String = Nothing
) As RawData
public:
static RawData^ FromUri(
	Uri^ uri, 
	String^ mediaType = nullptr
)
static member FromUri : 
        uri : Uri * 
        ?mediaType : string 
(* Defaults:
        let _mediaType = defaultArg mediaType null
*)
-> RawData 
- uri  Uri
- An absolute Uri.
- mediaType  String  (Optional)
- The Internet Media Type ("MIME type") of the 
            data the uri points to, or null.
RawDataThe newly created 
RawData instance.