Method | Description | |
---|---|---|
Create ( byte data ) : FileContentResult | ||
Create ( byte data, string downloadName ) : FileContentResult |
public static Create ( byte data ) : FileContentResult | ||
data | byte | |
return | FileContentResult |
public static Create ( byte data, string downloadName ) : FileContentResult | ||
data | byte | |
downloadName | string | |
return | FileContentResult |