Class LocalizableStringDto
Inheritance
System.Object
LocalizableStringDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class LocalizableStringDto : object
Constructors
LocalizableStringDto(String, String)
Declaration
public LocalizableStringDto(string name, string resource = null)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
resource |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Resource
Declaration
public string Resource { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods