Search results for query: *

  1. SaeedP

    Answered C# string question

    I know also WebForms and familliar with MVC. And why I chose Blazor is I'm very comfortable with this method. The Single Page Application.
  2. SaeedP

    Answered C# string question

    This Yep is to me or Skydiver?
  3. SaeedP

    Answered C# string question

    ...@using System.IO; @using System.Threading.Tasks; @using InstaSharper.API; @using InstaSharper.API.Builder; @using InstaSharper.Classes; @*@using InstaSharper.Examples.Samples;*@ @using InstaSharper.Logger; @using Microsoft.AspNetCore.Components.Web; @using Microsoft.JSInterop; @inject...
  4. SaeedP

    Answered C# string question

    Can you please explain more? Blazor will show the result like this: <p>result:@resultMessage</p> I'm doubtful about the C# code: public string resultMessage {get;set;} var result = await _instaApi.UploadVideoAsync(mediaVideo, mediaImage,VideoUpload.captionVideo); resultMessage =...
  5. SaeedP

    Answered C# string question

    Dear skydiver, I understood my problem, but have another question: Is this the right way to report the result to the user?
  6. SaeedP

    Answered C# string question

    Hello, Are the last parts of this code wrong? I see red lines under some parts. I doing this project in Blazor. public string resultMessage {get;set;} var result = await _instaApi.UploadVideoAsync(mediaVideo, mediaImage,VideoUpload.captionVideo); resultMessage = (result.Succeeded ?$ "Media...
Back
Top Bottom