Метод | Описание | |
---|---|---|
Create ( byte data ) : FileContentResult | ||
Create ( byte data, string downloadName ) : FileContentResult |
public static Create ( byte data ) : FileContentResult | ||
data | byte | |
Результат | FileContentResult |
public static Create ( byte data, string downloadName ) : FileContentResult | ||
data | byte | |
downloadName | string | |
Результат | FileContentResult |