PageArgAttribute
Specify static page arguments
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class PageArgAttribute : AttributeBase, _Attribute
Properties
Name
View Source
Declaration
public string Name { get; set; }
Value
View Source
Declaration
public string Value { get; set; }
Implements
System.Runtime.InteropServices._Attribute