Class FileUploadOutputDto
Inheritance
System.Object
FileUploadOutputDto
Namespace: Volo.Blogging.Files
Assembly: Volo.Blogging.Application.Contracts.dll
Syntax
public class FileUploadOutputDto : object
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WebUrl
Declaration
public string WebUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |