System.Html.URL.CreateObjectURL C# (CSharp) Method

CreateObjectURL() public static method

public static CreateObjectURL ( Blob blob ) : string
blob System.IO.Blob
return string
        public static string CreateObjectURL(Blob blob)
        {
            return null;
        }

Same methods

URL::CreateObjectURL ( Blob blob, ObjectUrlOptions options ) : string
URL::CreateObjectURL ( MediaSource source ) : string
URL::CreateObjectURL ( MediaSource source, ObjectUrlOptions options ) : string
URL::CreateObjectURL ( MediaStream stream ) : string
URL::CreateObjectURL ( MediaStream stream, ObjectUrlOptions options ) : string