ResponseResult(T).Success Method

DCSoft.DBUtilityGeneric

ResponseResultTSuccess Method
响应消息封装类

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static ResponseResult<T> Success(
	T t,
	string message = null
)

Parameters

t
Type: T
The t.
message (Optional)
Type: SystemString
The message.

Return Value

Type: ResponseResultT
ResponseResult<T>.
See Also